Index: test/mjsunit/strong/declaration-after-use.js |
diff --git a/test/mjsunit/strong/declaration-after-use.js b/test/mjsunit/strong/declaration-after-use.js |
index e6caccfcca5d29307460ec1aa6b9502157c27509..ee44983329082da4ac043d48c3a186f294d5c9ba 100644 |
--- a/test/mjsunit/strong/declaration-after-use.js |
+++ b/test/mjsunit/strong/declaration-after-use.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: --strong-mode --harmony-rest-parameters --harmony-arrow-functions |
+// Flags: --strong-mode --harmony-rest-parameters |
// Note that it's essential for these tests that the reference is inside dead |
// code (because we already produce ReferenceErrors for run-time unresolved |