From 2d5457df15d8c4a81362bb2d185b5c6013faa1d8 Mon Sep 17 00:00:00 2001 From: Ry Dahl Date: Wed, 8 Jan 2020 14:59:53 -0500 Subject: feat(flags): script arguments come after '--' (#3621) --- test_plugin/tests/integration_tests.rs | 1 + 1 file changed, 1 insertion(+) (limited to 'test_plugin/tests/integration_tests.rs') diff --git a/test_plugin/tests/integration_tests.rs b/test_plugin/tests/integration_tests.rs index cb76ef3ef..58aaccd84 100644 --- a/test_plugin/tests/integration_tests.rs +++ b/test_plugin/tests/integration_tests.rs @@ -26,6 +26,7 @@ fn basic() { let output = deno_cmd() .arg("--allow-plugin") .arg("tests/test.js") + .arg("--") .arg(BUILD_VARIANT) .output() .unwrap(); -- cgit v1.2.3