Index: test/mjsunit/harmony/regress/regress-4482.js |
diff --git a/test/mjsunit/harmony/regress/regress-4482.js b/test/mjsunit/harmony/regress/regress-4482.js |
index bffca42ecca7457c8816fd967c50be5b43db2ebd..2472b466ab4f060508631ff21e369d035b4c2f31 100644 |
--- a/test/mjsunit/harmony/regress/regress-4482.js |
+++ b/test/mjsunit/harmony/regress/regress-4482.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-sloppy --nolegacy-const |
+// Flags: --harmony-sloppy |
assertEquals("function", (function f() { f = 42; return typeof f })()); |
assertEquals("function", |