Index: test/mjsunit/harmony/arrow-rest-params.js |
diff --git a/test/mjsunit/harmony/arrow-rest-params.js b/test/mjsunit/harmony/arrow-rest-params.js |
index 0ee77390ed21496f590de890686891c29e7c3f96..3cb7adf92cdcb8b7235a8cb74878ab17c6f8bfc1 100644 |
--- a/test/mjsunit/harmony/arrow-rest-params.js |
+++ b/test/mjsunit/harmony/arrow-rest-params.js |
@@ -2,7 +2,7 @@ |
// 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 |
(function testRestIndex() { |
assertEquals(5, ((...args) => args.length)(1,2,3,4,5)); |