Skip to content

Commit 049b272

Browse files
committed
Fix a test
1 parent 602f6b6 commit 049b272

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

tests/testsuite/standard_lib.rs

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -667,11 +667,6 @@ fn no_roots() {
667667
p.cargo("build")
668668
.build_std(&setup)
669669
.target_host()
670-
.with_stderr(
671-
"\
672-
[UPDATING] [..]
673-
[FINISHED] [..]
674-
",
675-
)
670+
.with_stderr_contains("[FINISHED] [..]")
676671
.run();
677672
}

0 commit comments

Comments
 (0)