Skip to content

Commit 48fe0df

Browse files
committed
Remove a now-useless flag
1 parent 813b56b commit 48fe0df

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/tools/miri/tests/compiletest.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -284,7 +284,6 @@ fn run_dep_mode(target: String, mut args: impl Iterator<Item = OsString>) -> Res
284284
}
285285
let mut cmd = config.program.build(&config.out_dir);
286286

287-
cmd.arg("--color").arg("always");
288287
cmd.arg(path);
289288

290289
cmd.args(args);

0 commit comments

Comments
 (0)