Index: test/mjsunit/harmony/block-eval-var-over-let.js |
diff --git a/test/mjsunit/harmony/block-eval-var-over-let.js b/test/mjsunit/harmony/block-eval-var-over-let.js |
index c95123167c7f9713e0027c5f85341ec5d255bb9f..98091b4218540ae8d244caaac8ae9dabff93191d 100644 |
--- a/test/mjsunit/harmony/block-eval-var-over-let.js |
+++ b/test/mjsunit/harmony/block-eval-var-over-let.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 --harmony-sloppy-let --harmony-sloppy-function --no-legacy-const |
+// Flags: --harmony-sloppy --harmony-sloppy-let --harmony-sloppy-function |
// Var-let conflict in a function throws, even if the var is in an eval |