From 3be6c93a2210a97b74fa8484d09ca2c6957a76e5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9my=20Rakic?= Date: Tue, 31 Jan 2023 20:57:29 +0000 Subject: [PATCH] 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. --- tests/testsuite/build_script.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/testsuite/build_script.rs b/tests/testsuite/build_script.rs index ffb66a0f6..2ddb6853a 100644 --- a/tests/testsuite/build_script.rs +++ b/tests/testsuite/build_script.rs @@ -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]`",