summaryrefslogtreecommitdiff
path: root/test/cxa_thread_atexit_test.pass.cpp
diff options
context:
space:
mode:
authorEric Fiselier <eric@efcs.ca>2016-10-30 20:05:52 +0000
committerEric Fiselier <eric@efcs.ca>2016-10-30 20:05:52 +0000
commitcfd294b728f430c3a436c1b47d132a2ad574fce6 (patch)
tree8ad7352217ebb22c2252182513b7e6d85ab83872 /test/cxa_thread_atexit_test.pass.cpp
parent4d44c0fe1c4644d5690ec347b0bf96d1d927d18a (diff)
Mark thread exit test as unsupported w/o threads
git-svn-id: https://llvm.org/svn/llvm-project/libcxxabi/trunk@285523 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/cxa_thread_atexit_test.pass.cpp')
-rw-r--r--test/cxa_thread_atexit_test.pass.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/cxa_thread_atexit_test.pass.cpp b/test/cxa_thread_atexit_test.pass.cpp
index 5a2d299..9e913bb 100644
--- a/test/cxa_thread_atexit_test.pass.cpp
+++ b/test/cxa_thread_atexit_test.pass.cpp
@@ -7,6 +7,7 @@
//
//===----------------------------------------------------------------------===//
+// UNSUPPORTED: libcppabi-no-threads
// REQUIRES: linux
#include <assert.h>