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:
Rémy Rakic 2023-01-31 20:57:29 +00:00
parent 49bd6acb31
commit 3be6c93a22

View File

@ -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]`",