Index: test/mjsunit/es6/sloppy-restrictive-block-function.js |
diff --git a/test/mjsunit/harmony/sloppy-restrictive-block-function.js b/test/mjsunit/es6/sloppy-restrictive-block-function.js |
similarity index 96% |
rename from test/mjsunit/harmony/sloppy-restrictive-block-function.js |
rename to test/mjsunit/es6/sloppy-restrictive-block-function.js |
index 07ce64b9ac0e69961e9acb723a1c23adc2e7f426..65734acd036de3f8d65b5c0aaacac48ed9fbc17b 100644 |
--- a/test/mjsunit/harmony/sloppy-restrictive-block-function.js |
+++ b/test/mjsunit/es6/sloppy-restrictive-block-function.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-restrictive-declarations |
- |
// ES#sec-functiondeclarations-in-ifstatement-statement-clauses |
// Annex B 3.4 FunctionDeclarations in IfStatement Statement Clauses |
// In sloppy mode, function declarations in if statements act like |