Remove debug only code

This commit is contained in:
Jake Shadle 2020-08-17 19:53:16 +02:00
parent a9a154f783
commit ddc7090f49

View File

@ -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();