Skip to content

Commit 4b8081e

Browse files
committed
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.
1 parent 1b16a5b commit 4b8081e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/testsuite/build_script.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4566,6 +4566,7 @@ fn optional_build_dep_and_required_normal_dep() {
45664566
.with_stdout("1")
45674567
.with_stderr(
45684568
"\
4569+
[COMPILING] bar v0.5.0 ([..])
45694570
[COMPILING] foo v0.1.0 ([..])
45704571
[FINISHED] dev [unoptimized + debuginfo] target(s) in [..]
45714572
[RUNNING] `[..]foo[EXE]`",

0 commit comments

Comments
 (0)