Automatically detect and use clang verify in failure tests.
Automatically enable clang verify whenever the '-verify-ignore-unexpected' flag is supported. Failure tests are run using verify if they contain one or more "expected-*" diagnostics tags. Otherwise they are run normally. git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@241492 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -15,7 +15,6 @@
|
||||
|
||||
// default unique_ptr ctor should require default Deleter ctor
|
||||
|
||||
// USE_VERIFY
|
||||
|
||||
#include <memory>
|
||||
|
||||
|
Reference in New Issue
Block a user