Skip to content

Commit d6be927

Browse files
committed
Revert "[compiler-rt] Fix tests after 03b84e4"
This reverts commit bdeb272. (Reverting 03b84e4, so this must come out as well)
1 parent 8d2ccd1 commit d6be927

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

compiler-rt/test/asan/TestCases/default_blacklist.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@
44
//
55
// Test that ASan uses the default blacklist from resource directory.
66
// RUN: %clangxx_asan -### %s 2>&1 | FileCheck %s
7-
// CHECK: fsanitize-system-blacklist={{.*}}asan_blacklist.txt
7+
// CHECK: fsanitize-blacklist={{.*}}asan_blacklist.txt
+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
// Test that MSan uses the default blacklist from resource directory.
22
// RUN: %clangxx_msan -### %s 2>&1 | FileCheck %s
3-
// CHECK: fsanitize-system-blacklist={{.*}}msan_blacklist.txt
3+
// CHECK: fsanitize-blacklist={{.*}}msan_blacklist.txt

0 commit comments

Comments
 (0)