Index: test/debugger/debug/debug-break-native.js |
diff --git a/test/mjsunit/debug-break-native.js b/test/debugger/debug/debug-break-native.js |
similarity index 93% |
rename from test/mjsunit/debug-break-native.js |
rename to test/debugger/debug/debug-break-native.js |
index 3e6fff42b57b7ddb89ef04342bf92cd468066dc6..10ed405670ffe10d66da211d74a8af1c7b7fccd8 100644 |
--- a/test/mjsunit/debug-break-native.js |
+++ b/test/debugger/debug/debug-break-native.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 |
Debug = debug.Debug |
var exception = null; |
@@ -28,7 +27,6 @@ function f(x) { |
Debug.setBreakPoint(f, 0, 0); // break |
Debug.scripts(); // break |
-debug.MakeMirror(f); // break |
new Error("123").stack; // break |
Math.sin(0); // break |