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

This reverts commit bdeb2724f0.

(Reverting 03b84e4f6d, so this must come out as well)
This commit is contained in:
Jeremy Morse 2019-11-08 11:33:11 +00:00
parent 8d2ccd1ac3
commit d6be9273c6
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-system-blacklist={{.*}}asan_blacklist.txt
// CHECK: fsanitize-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-system-blacklist={{.*}}msan_blacklist.txt
// CHECK: fsanitize-blacklist={{.*}}msan_blacklist.txt