summaryrefslogtreecommitdiffstats
path: root/libcxx/test/std/thread/thread.threads/thread.thread.class/thread.thread.constr
diff options
context:
space:
mode:
authorEric Fiselier <eric@efcs.ca>2015-03-10 20:46:04 +0000
committerEric Fiselier <eric@efcs.ca>2015-03-10 20:46:04 +0000
commit4b7533a1ddc9a2ca6f2477b80cc5cff28ec8d229 (patch)
tree4ad149f7d039eca4690dc8bd31fc4f202de36b1e /libcxx/test/std/thread/thread.threads/thread.thread.class/thread.thread.constr
parentfab5892f8b762a83d151976db4666895e5e4198b (diff)
downloadbcm5719-llvm-4b7533a1ddc9a2ca6f2477b80cc5cff28ec8d229.tar.gz
bcm5719-llvm-4b7533a1ddc9a2ca6f2477b80cc5cff28ec8d229.zip
Use generic feature name for sanitizers that replace new and delete
llvm-svn: 231841
Diffstat (limited to 'libcxx/test/std/thread/thread.threads/thread.thread.class/thread.thread.constr')
-rw-r--r--libcxx/test/std/thread/thread.threads/thread.thread.class/thread.thread.constr/F.pass.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/libcxx/test/std/thread/thread.threads/thread.thread.class/thread.thread.constr/F.pass.cpp b/libcxx/test/std/thread/thread.threads/thread.thread.class/thread.thread.constr/F.pass.cpp
index 0f5d5aa4082..a8b4be16e63 100644
--- a/libcxx/test/std/thread/thread.threads/thread.thread.class/thread.thread.constr/F.pass.cpp
+++ b/libcxx/test/std/thread/thread.threads/thread.thread.class/thread.thread.constr/F.pass.cpp
@@ -15,7 +15,7 @@
// template <class F, class ...Args> thread(F&& f, Args&&... args);
-// UNSUPPORTED: asan, msan
+// UNSUPPORTED: sanitizer-new-delete
#include <thread>
#include <new>
OpenPOWER on IntegriCloud