Index: test/debugger/debug/debug-step-turbofan.js |
diff --git a/test/mjsunit/debug-step-turbofan.js b/test/debugger/debug/debug-step-turbofan.js |
similarity index 95% |
rename from test/mjsunit/debug-step-turbofan.js |
rename to test/debugger/debug/debug-step-turbofan.js |
index 6c1fceff317398e76798f1a1fe7f09f110dc76ab..a40114b28b1c2d06bdbe25ed15c17d830c5eb880 100644 |
--- a/test/mjsunit/debug-step-turbofan.js |
+++ b/test/debugger/debug/debug-step-turbofan.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 --turbo-filter=g --allow-natives-syntax |
+// Flags: --turbo-filter=g |
// Test that Debug::PrepareForBreakPoints can deal with turbofan code (g) |
// on the stack. Without deoptimization support, we will not be able to |