Index: test/mjsunit/es6/default-parameters-destructuring.js |
diff --git a/test/mjsunit/harmony/default-parameters-destructuring.js b/test/mjsunit/es6/default-parameters-destructuring.js |
similarity index 98% |
rename from test/mjsunit/harmony/default-parameters-destructuring.js |
rename to test/mjsunit/es6/default-parameters-destructuring.js |
index 47cca5c95bcc124cd77383025ae6b81c6e6a24e3..50071f0e346c0a8e1bcebd2cdc078ea6d1a7c32a 100644 |
--- a/test/mjsunit/harmony/default-parameters-destructuring.js |
+++ b/test/mjsunit/es6/default-parameters-destructuring.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-default-parameters --harmony-destructuring-bind |
- |
(function TestSloppyEvalScoping() { |
var x = 1; |