diff options
Diffstat (limited to 'libcxx/test/thread/thread.threads/thread.thread.class/thread.thread.constr/F.pass.cpp')
-rw-r--r-- | libcxx/test/thread/thread.threads/thread.thread.class/thread.thread.constr/F.pass.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libcxx/test/thread/thread.threads/thread.thread.class/thread.thread.constr/F.pass.cpp b/libcxx/test/thread/thread.threads/thread.thread.class/thread.thread.constr/F.pass.cpp index 9b724f74178..0f5d5aa4082 100644 --- a/libcxx/test/thread/thread.threads/thread.thread.class/thread.thread.constr/F.pass.cpp +++ b/libcxx/test/thread/thread.threads/thread.thread.class/thread.thread.constr/F.pass.cpp @@ -15,6 +15,8 @@ // template <class F, class ...Args> thread(F&& f, Args&&... args); +// UNSUPPORTED: asan, msan + #include <thread> #include <new> #include <cstdlib> |