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 23ae8a0 commit e952070Copy full SHA for e952070
tests/testsuite/cross_compile.rs
@@ -594,10 +594,11 @@ fn no_cross_doctests() {
594
let target = rustc_host();
595
p.cargo("test -v --target")
596
.arg(&target)
597
- .with_stderr(&format!(
+ // Unordered since the two `rustc` invocations happen concurrently.
598
+ .with_stderr_unordered(&format!(
599
"\
600
[COMPILING] foo v0.0.1 ([CWD])
-[RUNNING] `rustc --crate-name foo [..]
601
+[RUNNING] `rustc --crate-name foo [..]--crate-type lib[..]
602
[RUNNING] `rustc --crate-name foo [..]--test[..]
603
[FINISHED] test [unoptimized + debuginfo] target(s) in [..]
604
[RUNNING] `[CWD]/target/{target}/debug/deps/foo-[..][EXE]`
0 commit comments