Skip to content

Commit

Permalink
test(freshness::reuse_panic_pm): Remove potentially unneeded `.unorde…
Browse files Browse the repository at this point in the history
  • Loading branch information
choznerol committed Jun 30, 2024
1 parent 56ca35f commit a453efd
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions tests/testsuite/freshness.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1611,9 +1611,7 @@ fn reuse_panic_pm() {

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

#[cargo_test]
Expand Down

0 comments on commit a453efd

Please sign in to comment.