diff options
Diffstat (limited to 'deps/v8/test/message/arrow-two-rest-params.js')
-rw-r--r-- | deps/v8/test/message/arrow-two-rest-params.js | 2 |
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 44eb47e5f6..222f10ab4f 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 +// (w, ...x, ...y) => 10 |