summaryrefslogtreecommitdiff
path: root/deps/v8/test/message/arrow-two-rest-params.js
diff options
context:
space:
mode:
Diffstat (limited to 'deps/v8/test/message/arrow-two-rest-params.js')
-rw-r--r--deps/v8/test/message/arrow-two-rest-params.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/deps/v8/test/message/arrow-two-rest-params.js b/deps/v8/test/message/arrow-two-rest-params.js
index 345545ccdf..44eb47e5f6 100644
--- a/deps/v8/test/message/arrow-two-rest-params.js
+++ b/deps/v8/test/message/arrow-two-rest-params.js
@@ -2,6 +2,6 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
//
-// Flags: --harmony-rest-parameters --harmony-arrow-functions
+// Flags: --harmony-rest-parameters
(w, ...x, ...y) => 10