summaryrefslogtreecommitdiffstats
path: root/test/std/thread/thread.condition/PR30202_notify_from_pthread_created_thread.pass.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'test/std/thread/thread.condition/PR30202_notify_from_pthread_created_thread.pass.cpp')
-rw-r--r--test/std/thread/thread.condition/PR30202_notify_from_pthread_created_thread.pass.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/std/thread/thread.condition/PR30202_notify_from_pthread_created_thread.pass.cpp b/test/std/thread/thread.condition/PR30202_notify_from_pthread_created_thread.pass.cpp
index d60e42918..de225fe78 100644
--- a/test/std/thread/thread.condition/PR30202_notify_from_pthread_created_thread.pass.cpp
+++ b/test/std/thread/thread.condition/PR30202_notify_from_pthread_created_thread.pass.cpp
@@ -8,6 +8,7 @@
//===----------------------------------------------------------------------===//
//
// UNSUPPORTED: libcpp-has-no-threads
+// REQUIRES: libcpp-has-thread-api-pthread
// notify_all_at_thread_exit(...) requires move semantics to transfer the
// unique_lock.