Skip to content

Commit

Permalink
fix test case freshness:channel_shares_filename failure
Browse files Browse the repository at this point in the history
  • Loading branch information
harmou01 committed Oct 14, 2024
1 parent 902191e commit db383e7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/testsuite/freshness.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2493,6 +2493,9 @@ LLVM version: 9.0
"src/main.rs",
r#"
fn main() {
if std::env::args_os().any(|s| s.into_string().unwrap().contains("unstable-options")) {
return;
}
if std::env::args_os().any(|a| a == "-vV") {
print!("{}", env!("FUNKY_VERSION_TEST"));
return;
Expand Down

0 comments on commit db383e7

Please sign in to comment.