Skip to content

Commit b160046

Browse files
committed
update build_cmd_with_a_build_cmd test for new build-deps defaults
1 parent 8d8448c commit b160046

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/testsuite/build_script.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1629,14 +1629,14 @@ fn build_cmd_with_a_build_cmd() {
16291629
[RUNNING] `rustc [..] a/build.rs [..] --extern b=[..]`
16301630
[RUNNING] `[..]/a-[..]/build-script-build`
16311631
[RUNNING] `rustc --crate-name a [..]lib.rs [..]--crate-type lib \
1632-
--emit=[..]link[..]-C debuginfo=2 \
1632+
--emit=[..]link[..] \
16331633
-C metadata=[..] \
16341634
--out-dir [..]target/debug/deps \
16351635
-L [..]target/debug/deps`
16361636
[COMPILING] foo v0.5.0 ([CWD])
16371637
[RUNNING] `rustc --crate-name build_script_build build.rs [..]--crate-type bin \
16381638
--emit=[..]link[..]\
1639-
-C debuginfo=2 -C metadata=[..] --out-dir [..] \
1639+
-C metadata=[..] --out-dir [..] \
16401640
-L [..]target/debug/deps \
16411641
--extern a=[..]liba[..].rlib`
16421642
[RUNNING] `[..]/foo-[..]/build-script-build`

0 commit comments

Comments
 (0)