Skip to content

Commit

Permalink
[clang][tests] Replace a %clang++ with %clang
Browse files Browse the repository at this point in the history
%clang++ does not work on windows, see e.g.:

https://lab.llvm.org/staging/#/builders/204/builds/2141
  • Loading branch information
tbaederr committed Jun 12, 2023
1 parent 5b1c62c commit aa28875
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion clang/test/Driver/caret-diagnostics-max-lines.cpp
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
//RUN: %clang++ -### -fcaret-diagnostics-max-lines=2 %s 2>&1 | FileCheck %s
//RUN: %clang -### -fcaret-diagnostics-max-lines=2 %s 2>&1 | FileCheck %s

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

0 comments on commit aa28875

Please sign in to comment.