Skip to content

Commit

Permalink
damn it
Browse files Browse the repository at this point in the history
  • Loading branch information
komaeda authored Apr 22, 2019
1 parent 9e328da commit bfcf38c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/exercise.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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.")
Expand Down

0 comments on commit bfcf38c

Please sign in to comment.