Index: test/mjsunit/harmony/regress/regress-508074.js |
diff --git a/test/mjsunit/harmony/regress/regress-508074.js b/test/mjsunit/harmony/regress/regress-508074.js |
index d2864bb9562fd7bd9e0e631dfb1a25007d86c825..93f82cfd0c052825d24c4089dd752c24a3387a8d 100644 |
--- a/test/mjsunit/harmony/regress/regress-508074.js |
+++ b/test/mjsunit/harmony/regress/regress-508074.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 |
// Flags: --allow-natives-syntax |
var f = (a, b, ...c) => { |