From 989ebeebd410657c439c7e08c40b7b21433e6f80 Mon Sep 17 00:00:00 2001 From: Ted Mielczarek Date: Thu, 18 Oct 2018 16:47:55 -0400 Subject: [PATCH] Restore a line of test output that was accidentally deleted while rebasing --- tests/testsuite/profile_targets.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/testsuite/profile_targets.rs b/tests/testsuite/profile_targets.rs index 225d4efe9da..cc8a226f5f8 100644 --- a/tests/testsuite/profile_targets.rs +++ b/tests/testsuite/profile_targets.rs @@ -614,6 +614,7 @@ fn profile_selection_check_all_targets_test() { [RUNNING] `rustc --crate-name foo src/main.rs [..]--emit=dep-info,metadata -C codegen-units=1 -C debuginfo=2 --test [..] [RUNNING] `rustc --crate-name bench1 benches/bench1.rs [..]--emit=dep-info,metadata -C codegen-units=1 -C debuginfo=2 --test [..] [RUNNING] `rustc --crate-name ex1 examples/ex1.rs [..]--emit=dep-info,metadata -C codegen-units=1 -C debuginfo=2 --test [..] +[FINISHED] dev [unoptimized + debuginfo] [..] ").run(); p.cargo("check --all-targets --profile=test -vv")