Skip to content

Commit ddc7090

Browse files
committed
Remove debug only code
1 parent a9a154f commit ddc7090

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/testsuite/tool_paths.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -302,7 +302,6 @@ fn custom_runner_env_overrides_config() {
302302

303303
p.cargo("run")
304304
.env(&key, "should-run --foo")
305-
.stream()
306305
.with_status(101)
307306
.with_stderr_contains("[RUNNING] `should-run --foo target/debug/foo[EXE]`")
308307
.run();

0 commit comments

Comments
 (0)