File tree 1 file changed +2
-7
lines changed
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() {
1611
1611
1612
1612
// bar is built once without panic (for proc-macro) and once with (for the
1613
1613
// normal dependency).
1614
- p. cargo ( "build -v" )
1615
- . with_stderr_data (
1616
- str![ [ r#"
1614
+ p. cargo ( "build -v" ) . with_stderr_data ( str![ [ r#"
1617
1615
[LOCKING] 3 packages to latest compatible versions
1618
1616
[COMPILING] bar v0.0.1 ([ROOT]/foo/bar)
1619
1617
[RUNNING] `rustc --crate-name bar [..] bar/src/lib.rs [..]--crate-type lib --emit=[..]link[..]
@@ -1624,10 +1622,7 @@ fn reuse_panic_pm() {
1624
1622
[RUNNING] `rustc --crate-name foo [..]-C panic=abort[..]`
1625
1623
[FINISHED] `dev` profile [unoptimized + debuginfo] target(s) in [ELAPSED]s
1626
1624
1627
- "# ] ]
1628
- . unordered ( ) ,
1629
- )
1630
- . run ( ) ;
1625
+ "# ] ] ) . run ( ) ;
1631
1626
}
1632
1627
1633
1628
#[ cargo_test]
You can’t perform that action at this time.
0 commit comments