File tree Expand file tree Collapse file tree 1 file changed +2
-7
lines changed
Expand file tree Collapse file tree 1 file changed +2
-7
lines changed Original file line number Diff line number Diff 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]
You can’t perform that action at this time.
0 commit comments