Skip to content

Commit 6f0044c

Browse files
committed
tests: Bump FileCheck version to 15
Signed-off-by: Michal Rostecki <[email protected]>
1 parent 27b4a38 commit 6f0044c

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

Cargo.lock

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

tests/tests.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ fn run_mode(mode: &'static str) {
1919
config.target_rustcflags = Some(rustc_flags);
2020
if let Ok(filecheck) = which("FileCheck") {
2121
config.llvm_filecheck = Some(filecheck)
22-
} else if let Ok(filecheck) = which("FileCheck-12") {
22+
} else if let Ok(filecheck) = which("FileCheck-15") {
2323
config.llvm_filecheck = Some(filecheck)
2424
} else {
2525
panic!("no FileCheck binary found");

0 commit comments

Comments
 (0)