Reland "[compiler-rt] Fix tests after 03b84e4f6d0"

This reverts commit d6be9273c6.
This commit is contained in:
Jan Korous 2019-11-08 14:17:09 -08:00
parent d52cff8836
commit 99e2cba219
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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