Skip to content

Commit a453efd

Browse files
committed
test(freshness::reuse_panic_pm): Remove potentially unneeded .unordered
#14161 (comment)
1 parent 56ca35f commit a453efd

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

tests/testsuite/freshness.rs

+2-7
Original file line numberDiff line numberDiff line change
@@ -1611,9 +1611,7 @@ fn reuse_panic_pm() {
16111611

16121612
// bar is built once without panic (for proc-macro) and once with (for the
16131613
// normal dependency).
1614-
p.cargo("build -v")
1615-
.with_stderr_data(
1616-
str![[r#"
1614+
p.cargo("build -v").with_stderr_data(str![[r#"
16171615
[LOCKING] 3 packages to latest compatible versions
16181616
[COMPILING] bar v0.0.1 ([ROOT]/foo/bar)
16191617
[RUNNING] `rustc --crate-name bar [..] bar/src/lib.rs [..]--crate-type lib --emit=[..]link[..]
@@ -1624,10 +1622,7 @@ fn reuse_panic_pm() {
16241622
[RUNNING] `rustc --crate-name foo [..]-C panic=abort[..]`
16251623
[FINISHED] `dev` profile [unoptimized + debuginfo] target(s) in [ELAPSED]s
16261624
1627-
"#]]
1628-
.unordered(),
1629-
)
1630-
.run();
1625+
"#]]).run();
16311626
}
16321627

16331628
#[cargo_test]

0 commit comments

Comments
 (0)