Skip to content

Commit bfcf38c

Browse files
authored
damn it
1 parent 9e328da commit bfcf38c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/exercise.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ impl Exercise {
3838
Mode::Test => Command::new("rustc")
3939
.args(&["--test", self.path.to_str().unwrap(), "-o", &temp_file()])
4040
.args(RUSTC_COLOR_ARGS)
41-
.args(&["--" "--nocapture"])
41+
.args(&["--", "--nocapture"])
4242
.output(),
4343
}
4444
.expect("Failed to run 'compile' command.")

0 commit comments

Comments
 (0)