From a4dde552de8fced4cfdff7f0127b51e1d2eabca5 Mon Sep 17 00:00:00 2001 From: Ry Dahl Date: Wed, 15 Jan 2020 19:21:35 -0500 Subject: Revert "feat(flags): script arguments come after '--'" (#3681) Due to complaints about ergonomics and because it breaks shebang on linux. This reverts commit 2d5457df15d8c4a81362bb2d185b5c6013faa1d8. BREAKING CHANGE --- test_plugin/tests/integration_tests.rs | 1 - 1 file changed, 1 deletion(-) (limited to 'test_plugin/tests') diff --git a/test_plugin/tests/integration_tests.rs b/test_plugin/tests/integration_tests.rs index 58aaccd84..cb76ef3ef 100644 --- a/test_plugin/tests/integration_tests.rs +++ b/test_plugin/tests/integration_tests.rs @@ -26,7 +26,6 @@ fn basic() { let output = deno_cmd() .arg("--allow-plugin") .arg("tests/test.js") - .arg("--") .arg(BUILD_VARIANT) .output() .unwrap(); -- cgit v1.2.3