Skip to content

Commit e34950e

Browse files
committed
fix test case freshness:channel_shares_filename failure
1 parent 1f9e646 commit e34950e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tests/testsuite/freshness.rs

+3
Original file line numberDiff line numberDiff line change
@@ -2493,6 +2493,9 @@ LLVM version: 9.0
24932493
"src/main.rs",
24942494
r#"
24952495
fn main() {
2496+
if std::env::args_os().any(|s| s.into_string().unwrap().contains("unstable-options")) {
2497+
return;
2498+
}
24962499
if std::env::args_os().any(|a| a == "-vV") {
24972500
print!("{}", env!("FUNKY_VERSION_TEST"));
24982501
return;

0 commit comments

Comments
 (0)