forked from OSchip/llvm-project
Revert "[compiler-rt] Fix tests after 03b84e4f6d0"
This reverts commitbdeb2724f0
. (Reverting03b84e4f6d
, so this must come out as well)
This commit is contained in:
parent
8d2ccd1ac3
commit
d6be9273c6
|
@ -4,4 +4,4 @@
|
|||
//
|
||||
// Test that ASan uses the default blacklist from resource directory.
|
||||
// RUN: %clangxx_asan -### %s 2>&1 | FileCheck %s
|
||||
// CHECK: fsanitize-system-blacklist={{.*}}asan_blacklist.txt
|
||||
// CHECK: fsanitize-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-system-blacklist={{.*}}msan_blacklist.txt
|
||||
// CHECK: fsanitize-blacklist={{.*}}msan_blacklist.txt
|
||||
|
|
Loading…
Reference in New Issue