Skip to content

Commit b1bcc9c

Browse files
committed
Fix collision_doc_profile test error
1 parent 8607003 commit b1bcc9c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

tests/testsuite/collisions.rs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -355,8 +355,10 @@ fn collision_doc_profile_split() {
355355
.build();
356356

357357
// Just to verify that common is normally built twice.
358+
// This is unordered because in rare cases `pm` may start
359+
// building in-between the two `common`.
358360
p.cargo("build -v")
359-
.with_stderr(
361+
.with_stderr_unordered(
360362
"\
361363
[UPDATING] [..]
362364
[DOWNLOADING] crates ...

0 commit comments

Comments
 (0)