Skip to content

Commit 989ebee

Browse files
committed
Restore a line of test output that was accidentally deleted while rebasing
1 parent 20920c0 commit 989ebee

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/testsuite/profile_targets.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -614,6 +614,7 @@ fn profile_selection_check_all_targets_test() {
614614
[RUNNING] `rustc --crate-name foo src/main.rs [..]--emit=dep-info,metadata -C codegen-units=1 -C debuginfo=2 --test [..]
615615
[RUNNING] `rustc --crate-name bench1 benches/bench1.rs [..]--emit=dep-info,metadata -C codegen-units=1 -C debuginfo=2 --test [..]
616616
[RUNNING] `rustc --crate-name ex1 examples/ex1.rs [..]--emit=dep-info,metadata -C codegen-units=1 -C debuginfo=2 --test [..]
617+
[FINISHED] dev [unoptimized + debuginfo] [..]
617618
").run();
618619

619620
p.cargo("check --all-targets --profile=test -vv")

0 commit comments

Comments
 (0)