diff options
-rw-r--r-- | clang/test/Frontend/dependency-gen.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/clang/test/Frontend/dependency-gen.c b/clang/test/Frontend/dependency-gen.c index 4df1f9536ee..60e0e13366c 100644 --- a/clang/test/Frontend/dependency-gen.c +++ b/clang/test/Frontend/dependency-gen.c @@ -25,7 +25,6 @@ // CHECK-SEVEN: .blacklist // CHECK-SEVEN: {{ }}x.h // RUN: %clang -MD -MF - %s -fsyntax-only -fsanitize=address -flto -I . | FileCheck -check-prefix=CHECK-EIGHT %s -// CHECK-EIGHT: asan_blacklist.txt // CHECK-EIGHT: {{ }}x.h // RUN: %clang -MD -MF - %s -fsyntax-only -fsanitize=address -flto -I . -fno-sanitize-blacklist | FileCheck -check-prefix=CHECK-NINE %s // CHECK-NINE-NOT: asan_blacklist.txt |