Skip to content

Commit

Permalink
Fix collision_doc_profile test error
Browse files Browse the repository at this point in the history
  • Loading branch information
ehuss committed Dec 16, 2022
1 parent 8607003 commit b1bcc9c
Showing 1 changed file with 3 additions and 1 deletion.
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

0 comments on commit b1bcc9c

Please sign in to comment.