Index: test/mjsunit/es6/block-let-crankshaft-sloppy.js |
diff --git a/test/mjsunit/harmony/block-let-crankshaft-sloppy.js b/test/mjsunit/es6/block-let-crankshaft-sloppy.js |
similarity index 99% |
rename from test/mjsunit/harmony/block-let-crankshaft-sloppy.js |
rename to test/mjsunit/es6/block-let-crankshaft-sloppy.js |
index 4f29c05693fa5fdf7bebb1d455cea4899d76dc06..b5e81f78504435077fce1a36dc9274803a24fdd9 100644 |
--- a/test/mjsunit/harmony/block-let-crankshaft-sloppy.js |
+++ b/test/mjsunit/es6/block-let-crankshaft-sloppy.js |
@@ -26,7 +26,6 @@ |
// OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
// Flags: --allow-natives-syntax |
-// Flags: --harmony-sloppy --harmony-sloppy-let |
// Check that the following functions are optimizable. |
var functions = [ f1, f2, f3, f4, f5, f6, f7, f8, f9, f10, f11, f12, f13, f14, |