From 184be99f5b6e85a6041e72dfdd0afda46e5f8619 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bartek=20Iwa=C5=84czuk?= Date: Tue, 4 Feb 2020 20:24:33 +0100 Subject: refactor: CLI subcommands and argv (#3886) --- cli/tests/integration_tests.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cli/tests') 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", }); -- cgit v1.2.3