Skip to content

Commit 117f089

Browse files
committed
Fix existing test
1 parent 9f30191 commit 117f089

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/testsuite/profiles.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -607,7 +607,7 @@ fn strip_accepts_false_to_disable_strip() {
607607
.build();
608608

609609
p.cargo("build --release -v")
610-
.with_stderr_does_not_contain("-C strip")
610+
.with_stderr_does_not_contain("[RUNNING] `rustc [..] -C strip[..]`")
611611
.run();
612612
}
613613

0 commit comments

Comments
 (0)