diff options
Diffstat (limited to 'cli/tests/std_tests.rs')
-rw-r--r-- | cli/tests/std_tests.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/cli/tests/std_tests.rs b/cli/tests/std_tests.rs index 8ad971d7c..7b7928f70 100644 --- a/cli/tests/std_tests.rs +++ b/cli/tests/std_tests.rs @@ -23,7 +23,6 @@ mod tests { .arg("-A") // .arg("-Ldebug") .arg("./testing/runner.ts") - .arg("--") .arg("--exclude=testing/testdata") .spawn() .expect("failed to spawn script"); |