Skip to content

Commit aa28875

Browse files
committed
[clang][tests] Replace a %clang++ with %clang
%clang++ does not work on windows, see e.g.: https://lab.llvm.org/staging/#/builders/204/builds/2141
1 parent 5b1c62c commit aa28875

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
//RUN: %clang++ -### -fcaret-diagnostics-max-lines=2 %s 2>&1 | FileCheck %s
1+
//RUN: %clang -### -fcaret-diagnostics-max-lines=2 %s 2>&1 | FileCheck %s
22

33
// CHECK: "-fcaret-diagnostics-max-lines=2"

0 commit comments

Comments
 (0)