diff options
| author | liv <819880950@qq.com> | 2019-04-22 07:05:46 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-04-22 07:05:46 +0200 |
| commit | bfcf38c8bc8470b8d1fe3706e6e9da2baaa1ae50 (patch) | |
| tree | 535dd4fb27cec41f218593a6de06486740164c8d | |
| parent | 9e328da641ea11cdffe1cd634b4cbdf7519a314f (diff) | |
damn it
| -rw-r--r-- | src/exercise.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/exercise.rs b/src/exercise.rs index a886d2f..28ae695 100644 --- a/src/exercise.rs +++ b/src/exercise.rs @@ -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.") |
