Index: test/mjsunit/harmony/regress/regress-4211.js |
diff --git a/test/mjsunit/harmony/regress/regress-4211.js b/test/mjsunit/harmony/regress/regress-4211.js |
index 8affc7344ac7907b333ed52d1b3b697f1ea2b1ed..d83c1a71f99237ed01745f72e68c2feda57e5a15 100644 |
--- a/test/mjsunit/harmony/regress/regress-4211.js |
+++ b/test/mjsunit/harmony/regress/regress-4211.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-arrow-functions --harmony-rest-parameters |
+// Flags: --harmony-rest-parameters |
assertThrows("()=>{}()", SyntaxError); |
assertThrows("x=>{}()", SyntaxError); |