Skip to content

Commit e7d3e4e

Browse files
committed
Reland "[compiler-rt] Fix tests after 03b84e4"
This reverts commit d6be927.
1 parent 2ba8540 commit e7d3e4e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

+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-blacklist={{.*}}asan_blacklist.txt
7+
// CHECK: fsanitize-system-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-blacklist={{.*}}msan_blacklist.txt
3+
// CHECK: fsanitize-system-blacklist={{.*}}msan_blacklist.txt

0 commit comments

Comments
 (0)