Skip to content

Commit

Permalink
Remove debug only code
Browse files Browse the repository at this point in the history
  • Loading branch information
Jake-Shadle committed Aug 17, 2020
1 parent a9a154f commit ddc7090
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/testsuite/tool_paths.rs
Original file line number Diff line number Diff line change
Expand Up @@ -302,7 +302,6 @@ fn custom_runner_env_overrides_config() {

p.cargo("run")
.env(&key, "should-run --foo")
.stream()
.with_status(101)
.with_stderr_contains("[RUNNING] `should-run --foo target/debug/foo[EXE]`")
.run();
Expand Down

0 comments on commit ddc7090

Please sign in to comment.