summaryrefslogtreecommitdiffstats
path: root/compiler-rt/test/msan/default_blacklist.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'compiler-rt/test/msan/default_blacklist.cpp')
-rw-r--r--compiler-rt/test/msan/default_blacklist.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler-rt/test/msan/default_blacklist.cpp b/compiler-rt/test/msan/default_blacklist.cpp
index ea67f942a2d..32cc02257cb 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-system-blacklist={{.*}}msan_blacklist.txt
+// CHECK: fsanitize-blacklist={{.*}}msan_blacklist.txt
OpenPOWER on IntegriCloud