Index: test/debugger/debug/ignition/debug-scope-on-return.js |
diff --git a/test/mjsunit/ignition/debug-scope-on-return.js b/test/debugger/debug/ignition/debug-scope-on-return.js |
similarity index 95% |
rename from test/mjsunit/ignition/debug-scope-on-return.js |
rename to test/debugger/debug/ignition/debug-scope-on-return.js |
index 5be6de6e65eaea5b09c341d8ce10e4b11c3db89b..70a80b1981e3095a6bfef5c78d8c738602f2c8df 100644 |
--- a/test/mjsunit/ignition/debug-scope-on-return.js |
+++ b/test/debugger/debug/ignition/debug-scope-on-return.js |
@@ -2,7 +2,6 @@ |
// 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 |
// Check that the we are still in function context when we break on return. |