Index: test/mjsunit/es6/debug-step-destructuring-assignment.js |
diff --git a/test/mjsunit/harmony/debug-step-destructuring-assignment.js b/test/mjsunit/es6/debug-step-destructuring-assignment.js |
similarity index 96% |
rename from test/mjsunit/harmony/debug-step-destructuring-assignment.js |
rename to test/mjsunit/es6/debug-step-destructuring-assignment.js |
index e024373b0f133ee2f86ec8e4ea7c080e783438ac..4fde928b3835d9b83676caba618513f28af04b69 100644 |
--- a/test/mjsunit/harmony/debug-step-destructuring-assignment.js |
+++ b/test/mjsunit/es6/debug-step-destructuring-assignment.js |
@@ -2,8 +2,7 @@ |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
-// Flags: --expose-debug-as debug --harmony-destructuring-assignment |
-// Flags: --harmony-destructuring-bind |
+// Flags: --expose-debug-as debug |
var exception = null; |
var Debug = debug.Debug; |