Index: test/debugger/debug/es6/debug-stepnext-for.js |
diff --git a/test/mjsunit/es6/debug-stepnext-for.js b/test/debugger/debug/es6/debug-stepnext-for.js |
similarity index 98% |
rename from test/mjsunit/es6/debug-stepnext-for.js |
rename to test/debugger/debug/es6/debug-stepnext-for.js |
index d425a46b8445739a13cdd190e8e99985f553d9df..29712d82bb62997d102ba1fb2be8916a09aecbf6 100644 |
--- a/test/mjsunit/es6/debug-stepnext-for.js |
+++ b/test/debugger/debug/es6/debug-stepnext-for.js |
@@ -2,7 +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 |
+// Flags: --harmony |
Debug = debug.Debug; |
var break_count = 0 |