diff options
Diffstat (limited to 'test/std/thread/macro.pass.cpp')
| -rw-r--r-- | test/std/thread/macro.pass.cpp | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/test/std/thread/macro.pass.cpp b/test/std/thread/macro.pass.cpp deleted file mode 100644 index c1b1377d6cc32..0000000000000 --- a/test/std/thread/macro.pass.cpp +++ /dev/null @@ -1,23 +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 - -// <thread> - -// #define __STDCPP_THREADS__ __cplusplus - -#include <thread> - -int main() -{ -#ifndef __STDCPP_THREADS__ -#error __STDCPP_THREADS__ is not defined -#endif -} |
