Index: test/mjsunit/es6/block-eval-var-over-let.js |
diff --git a/test/mjsunit/harmony/block-eval-var-over-let.js b/test/mjsunit/es6/block-eval-var-over-let.js |
similarity index 97% |
rename from test/mjsunit/harmony/block-eval-var-over-let.js |
rename to test/mjsunit/es6/block-eval-var-over-let.js |
index 98091b4218540ae8d244caaac8ae9dabff93191d..febc83fa41365d796892431d241458ce3df15df2 100644 |
--- a/test/mjsunit/harmony/block-eval-var-over-let.js |
+++ b/test/mjsunit/es6/block-eval-var-over-let.js |
@@ -2,8 +2,6 @@ |
// 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 |
- |
// Var-let conflict in a function throws, even if the var is in an eval |
// Throws at the top level of a function |