Skip to content

Commit dad986e

Browse files
committed
Stop test from linking
1 parent be66c84 commit dad986e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang/test/Driver/crash-ir-repro.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// RUN: %clang -S -emit-llvm -o %t.ll %s
2-
// RUN: not %clang -DCRASH %s %t.ll 2>&1 | FileCheck %s
2+
// RUN: not %clang -S -DCRASH %s %t.ll 2>&1 | FileCheck %s
33

44
// CHECK: Preprocessed source(s) and associated run script(s) are located at:
55
// CHECK-NEXT: clang: note: diagnostic msg: {{.*}}.cpp

0 commit comments

Comments
 (0)