summaryrefslogtreecommitdiff
path: root/deps/v8/test/mjsunit/harmony/block-sloppy-function.js
diff options
context:
space:
mode:
Diffstat (limited to 'deps/v8/test/mjsunit/harmony/block-sloppy-function.js')
-rw-r--r--deps/v8/test/mjsunit/harmony/block-sloppy-function.js3
1 files changed, 1 insertions, 2 deletions
diff --git a/deps/v8/test/mjsunit/harmony/block-sloppy-function.js b/deps/v8/test/mjsunit/harmony/block-sloppy-function.js
index ff895d5b8a..4fa79c2149 100644
--- a/deps/v8/test/mjsunit/harmony/block-sloppy-function.js
+++ b/deps/v8/test/mjsunit/harmony/block-sloppy-function.js
@@ -3,8 +3,7 @@
// found in the LICENSE file.
// Flags: --no-legacy-const --harmony-sloppy --harmony-sloppy-let
-// Flags: --harmony-sloppy-function --harmony-destructuring
-// Flags: --harmony-rest-parameters
+// Flags: --harmony-sloppy-function --harmony-destructuring-bind
// Test Annex B 3.3 semantics for functions declared in blocks in sloppy mode.
// http://www.ecma-international.org/ecma-262/6.0/#sec-block-level-function-declarations-web-legacy-compatibility-semantics