diff options
Diffstat (limited to 'libcxx/test/std/thread/futures/version.pass.cpp')
-rw-r--r-- | libcxx/test/std/thread/futures/version.pass.cpp | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/libcxx/test/std/thread/futures/version.pass.cpp b/libcxx/test/std/thread/futures/version.pass.cpp index 6730a1477db..e69de29bb2d 100644 --- a/libcxx/test/std/thread/futures/version.pass.cpp +++ b/libcxx/test/std/thread/futures/version.pass.cpp @@ -1,22 +0,0 @@ -//===----------------------------------------------------------------------===// -// -// The LLVM Compiler Infrastructure -// -// This file is dual licensed under the MIT and the University of Illinois Open -// Source Licenses. See LICENSE.TXT for details. -// -//===----------------------------------------------------------------------===// -// -// UNSUPPORTED: libcpp-has-no-threads - -// <future> - -#include <future> - -#ifndef _LIBCPP_VERSION -#error _LIBCPP_VERSION not defined -#endif - -int main() -{ -} |