From 4b7533a1ddc9a2ca6f2477b80cc5cff28ec8d229 Mon Sep 17 00:00:00 2001 From: Eric Fiselier Date: Tue, 10 Mar 2015 20:46:04 +0000 Subject: Use generic feature name for sanitizers that replace new and delete llvm-svn: 231841 --- .../thread.threads/thread.thread.class/thread.thread.constr/F.pass.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libcxx/test/std/thread/thread.threads/thread.thread.class/thread.thread.constr') 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 thread(F&& f, Args&&... args); -// UNSUPPORTED: asan, msan +// UNSUPPORTED: sanitizer-new-delete #include #include -- cgit v1.2.3