summaryrefslogtreecommitdiff
path: root/libcxx/test/std/thread/thread.stoptoken/stopcallback/copy.move.compile.pass.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'libcxx/test/std/thread/thread.stoptoken/stopcallback/copy.move.compile.pass.cpp')
-rw-r--r--libcxx/test/std/thread/thread.stoptoken/stopcallback/copy.move.compile.pass.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/libcxx/test/std/thread/thread.stoptoken/stopcallback/copy.move.compile.pass.cpp b/libcxx/test/std/thread/thread.stoptoken/stopcallback/copy.move.compile.pass.cpp
index 2e66b6466405..eb07787332dc 100644
--- a/libcxx/test/std/thread/thread.stoptoken/stopcallback/copy.move.compile.pass.cpp
+++ b/libcxx/test/std/thread/thread.stoptoken/stopcallback/copy.move.compile.pass.cpp
@@ -8,7 +8,6 @@
//
// UNSUPPORTED: no-threads
// UNSUPPORTED: c++03, c++11, c++14, c++17
-// XFAIL: availability-synchronization_library-missing
// stop_callback(const stop_callback&) = delete;
// stop_callback(stop_callback&&) = delete;