Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion tests/testsuite/collisions.rs
Original file line number Diff line number Diff line change
Expand Up @@ -355,8 +355,10 @@ fn collision_doc_profile_split() {
.build();

// Just to verify that common is normally built twice.
// This is unordered because in rare cases `pm` may start
// building in-between the two `common`.
p.cargo("build -v")
.with_stderr(
.with_stderr_unordered(
"\
[UPDATING] [..]
[DOWNLOADING] crates ...
Expand Down