forked from OSchip/llvm-project
Reland "[compiler-rt] Fix tests after 03b84e4f6d0"
This reverts commit d6be9273c6
.
This commit is contained in:
parent
d52cff8836
commit
99e2cba219
|
@ -4,4 +4,4 @@
|
|||
//
|
||||
// Test that ASan uses the default blacklist from resource directory.
|
||||
// RUN: %clangxx_asan -### %s 2>&1 | FileCheck %s
|
||||
// CHECK: fsanitize-blacklist={{.*}}asan_blacklist.txt
|
||||
// CHECK: fsanitize-system-blacklist={{.*}}asan_blacklist.txt
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
// Test that MSan uses the default blacklist from resource directory.
|
||||
// RUN: %clangxx_msan -### %s 2>&1 | FileCheck %s
|
||||
// CHECK: fsanitize-blacklist={{.*}}msan_blacklist.txt
|
||||
// CHECK: fsanitize-system-blacklist={{.*}}msan_blacklist.txt
|
||||
|
|
Loading…
Reference in New Issue