diff options
author | Eric Fiselier <eric@efcs.ca> | 2015-03-10 20:46:04 +0000 |
---|---|---|
committer | Eric Fiselier <eric@efcs.ca> | 2015-03-10 20:46:04 +0000 |
commit | 4b7533a1ddc9a2ca6f2477b80cc5cff28ec8d229 (patch) | |
tree | 4ad149f7d039eca4690dc8bd31fc4f202de36b1e /libcxx/test/std/thread/thread.threads/thread.thread.class/thread.thread.constr | |
parent | fab5892f8b762a83d151976db4666895e5e4198b (diff) | |
download | bcm5719-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.cpp | 2 |
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> |