We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0d79ba6 commit 9533062Copy full SHA for 9533062
tests/testsuite/lto.rs
@@ -617,7 +617,8 @@ fn test_profile() {
617
.build();
618
619
p.cargo("test -v")
620
- .with_stderr("\
+ // unordered because the two `foo` builds start in parallel
621
+ .with_stderr_unordered("\
622
[UPDATING] [..]
623
[DOWNLOADING] [..]
624
[DOWNLOADED] [..]
@@ -669,7 +670,8 @@ fn dev_profile() {
669
670
671
672
673
674
675
676
677
0 commit comments