Skip to content

Commit 6ae78e8

Browse files
committed
Fix regression since #14076 is now resolved
1 parent b254699 commit 6ae78e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/testsuite/freshness.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2934,7 +2934,7 @@ fn use_mtime_cache_in_cargo_home() {
29342934
p.cargo("check -v")
29352935
.env("CARGO_HOME", &cargo_home)
29362936
.with_status(101)
2937-
.with_stderr(
2937+
.with_stderr_contains(
29382938
"\
29392939
[DIRTY] foo v0.5.0 ([CWD]): [..]
29402940
[CHECKING] foo v0.5.0 ([CWD])

0 commit comments

Comments
 (0)