Skip to content

Commit

Permalink
Restore a line of test output that was accidentally deleted while reb…
Browse files Browse the repository at this point in the history
…asing
  • Loading branch information
luser committed Oct 18, 2018
1 parent 20920c0 commit 989ebee
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/testsuite/profile_targets.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down

0 comments on commit 989ebee

Please sign in to comment.