diff --git a/tests/testsuite/lto.rs b/tests/testsuite/lto.rs index 940bedc6dc2..0f5d2d54cfd 100644 --- a/tests/testsuite/lto.rs +++ b/tests/testsuite/lto.rs @@ -617,7 +617,8 @@ fn test_profile() { .build(); p.cargo("test -v") - .with_stderr("\ + // unordered because the two `foo` builds start in parallel + .with_stderr_unordered("\ [UPDATING] [..] [DOWNLOADING] [..] [DOWNLOADED] [..] @@ -669,7 +670,8 @@ fn dev_profile() { .build(); p.cargo("test -v") - .with_stderr("\ + // unordered because the two `foo` builds start in parallel + .with_stderr_unordered("\ [UPDATING] [..] [DOWNLOADING] [..] [DOWNLOADED] [..]