damn it
This commit is contained in:
parent
9e328da641
commit
bfcf38c8bc
|
@ -38,7 +38,7 @@ impl Exercise {
|
|||
Mode::Test => Command::new("rustc")
|
||||
.args(&["--test", self.path.to_str().unwrap(), "-o", &temp_file()])
|
||||
.args(RUSTC_COLOR_ARGS)
|
||||
.args(&["--" "--nocapture"])
|
||||
.args(&["--", "--nocapture"])
|
||||
.output(),
|
||||
}
|
||||
.expect("Failed to run 'compile' command.")
|
||||
|
|
Loading…
Reference in a new issue