Index: test/debugger/debug/ignition/debug-step-prefix-bytecodes.js |
diff --git a/test/mjsunit/ignition/debug-step-prefix-bytecodes.js b/test/debugger/debug/ignition/debug-step-prefix-bytecodes.js |
similarity index 99% |
rename from test/mjsunit/ignition/debug-step-prefix-bytecodes.js |
rename to test/debugger/debug/ignition/debug-step-prefix-bytecodes.js |
index 819fdf84693289ceaaada37bb3951fd031a83228..b986be23e69233f4c02cf3c71b44eac4929354db 100644 |
--- a/test/mjsunit/ignition/debug-step-prefix-bytecodes.js |
+++ b/test/debugger/debug/ignition/debug-step-prefix-bytecodes.js |
@@ -25,12 +25,11 @@ |
// (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE |
// OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
-// Flags: --ignition-filter=f --expose-debug-as debug |
+// Flags: --ignition-filter=f |
// This test tests that full code compiled without debug break slots |
// is recompiled with debug break slots when debugging is started. |
-// Get the Debug object exposed from the debug context global object. |
Debug = debug.Debug |
var done = false; |