We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8607003 commit b1bcc9cCopy full SHA for b1bcc9c
1 file changed
tests/testsuite/collisions.rs
@@ -355,8 +355,10 @@ fn collision_doc_profile_split() {
355
.build();
356
357
// 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`.
360
p.cargo("build -v")
- .with_stderr(
361
+ .with_stderr_unordered(
362
"\
363
[UPDATING] [..]
364
[DOWNLOADING] crates ...
0 commit comments