Index: test/mjsunit/es6/block-const-assign-sloppy.js |
diff --git a/test/mjsunit/harmony/block-const-assign-sloppy.js b/test/mjsunit/es6/block-const-assign-sloppy.js |
similarity index 99% |
rename from test/mjsunit/harmony/block-const-assign-sloppy.js |
rename to test/mjsunit/es6/block-const-assign-sloppy.js |
index 5dde82cbf29a2a1fe6d556cccbb2a9326ed2dae9..99024ef7cbb636b500058bb3b94bfad15eecdaf2 100644 |
--- a/test/mjsunit/harmony/block-const-assign-sloppy.js |
+++ b/test/mjsunit/es6/block-const-assign-sloppy.js |
@@ -25,8 +25,6 @@ |
// (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE |
// OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
-// Flags: --harmony-sloppy --harmony-sloppy-let |
- |
// Test that we throw early syntax errors in harmony mode |
// when using an immutable binding in an assigment or with |
// prefix/postfix decrement/increment operators. |