diff options
author | Eric Fiselier <eric@efcs.ca> | 2016-10-30 20:05:52 +0000 |
---|---|---|
committer | Eric Fiselier <eric@efcs.ca> | 2016-10-30 20:05:52 +0000 |
commit | 2d4fbb7b0c3a628f66bdbfee21d736372f025ffc (patch) | |
tree | 01f51d264c9924656067efb3e2ad8baebd3380c0 /libcxxabi | |
parent | 339a51ac137d74513636ab32daab36979a6f25bd (diff) | |
download | bcm5719-llvm-2d4fbb7b0c3a628f66bdbfee21d736372f025ffc.tar.gz bcm5719-llvm-2d4fbb7b0c3a628f66bdbfee21d736372f025ffc.zip |
Mark thread exit test as unsupported w/o threads
llvm-svn: 285523
Diffstat (limited to 'libcxxabi')
-rw-r--r-- | libcxxabi/test/cxa_thread_atexit_test.pass.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libcxxabi/test/cxa_thread_atexit_test.pass.cpp b/libcxxabi/test/cxa_thread_atexit_test.pass.cpp index 5a2d299bd33..9e913bb5cd8 100644 --- a/libcxxabi/test/cxa_thread_atexit_test.pass.cpp +++ b/libcxxabi/test/cxa_thread_atexit_test.pass.cpp @@ -7,6 +7,7 @@ // //===----------------------------------------------------------------------===// +// UNSUPPORTED: libcppabi-no-threads // REQUIRES: linux #include <assert.h> |