mirror of
https://github.com/rust-lang/cargo.git
synced 2025-09-28 11:20:36 +00:00
update optional_build_dep_and_required_normal_dep
test expectations
This test dynamically enables a shared build/runtime dependency, and therefore doesn't trigger the build/runtime sharing reuse optimization, as the build dep is initially built without debuginfo for optimization purposes.
This commit is contained in:
parent
49bd6acb31
commit
3be6c93a22
@ -4566,6 +4566,7 @@ fn optional_build_dep_and_required_normal_dep() {
|
||||
.with_stdout("1")
|
||||
.with_stderr(
|
||||
"\
|
||||
[COMPILING] bar v0.5.0 ([..])
|
||||
[COMPILING] foo v0.1.0 ([..])
|
||||
[FINISHED] dev [unoptimized + debuginfo] target(s) in [..]
|
||||
[RUNNING] `[..]foo[EXE]`",
|
||||
|
Loading…
x
Reference in New Issue
Block a user