diff --git a/compiler-rt/test/asan/TestCases/default_blacklist.cpp b/compiler-rt/test/asan/TestCases/default_blacklist.cpp index 84c0438f3058..4de851ae73fe 100644 --- a/compiler-rt/test/asan/TestCases/default_blacklist.cpp +++ b/compiler-rt/test/asan/TestCases/default_blacklist.cpp @@ -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 diff --git a/compiler-rt/test/msan/default_blacklist.cpp b/compiler-rt/test/msan/default_blacklist.cpp index 32cc02257cb0..ea67f942a2d0 100644 --- a/compiler-rt/test/msan/default_blacklist.cpp +++ b/compiler-rt/test/msan/default_blacklist.cpp @@ -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