diff options
author | Bartek IwaĆczuk <biwanczuk@gmail.com> | 2020-02-04 20:24:33 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-02-04 20:24:33 +0100 |
commit | 184be99f5b6e85a6041e72dfdd0afda46e5f8619 (patch) | |
tree | d438f3ab106d4a515cf05a296a31db206c266d80 /cli/tests/integration_tests.rs | |
parent | 2ab49a80a62f00e5540907d6d85cf15a9cce070e (diff) |
refactor: CLI subcommands and argv (#3886)
Diffstat (limited to 'cli/tests/integration_tests.rs')
-rw-r--r-- | cli/tests/integration_tests.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/tests/integration_tests.rs b/cli/tests/integration_tests.rs index 7d3eaf887..8fbe52dc7 100644 --- a/cli/tests/integration_tests.rs +++ b/cli/tests/integration_tests.rs @@ -794,7 +794,7 @@ itest!(run_v8_flags { }); itest!(run_v8_help { - args: "run --v8-flags=--help", + args: "--v8-flags=--help", output: "v8_help.out", }); |