Chromium Code Reviews

Unified Diff: test/inspector/debugger/step-into.js

Issue 2720713003: Adjust some tests to prepare enabling Ignition+TurboFan (Closed)
Patch Set: Change step-into.js as well. Created 3 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Index: test/inspector/debugger/step-into.js
diff --git a/test/inspector/debugger/step-into.js b/test/inspector/debugger/step-into.js
index 401c4dfc985ef3131e7d02311029abbe3dc927dc..e08707c9fc8d38ec049109d132e520a7e9ac0cd1 100644
--- a/test/inspector/debugger/step-into.js
+++ b/test/inspector/debugger/step-into.js
@@ -2,6 +2,8 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
+// Flags: --turbo
+
InspectorTest.log('Checks possible break locations.');
InspectorTest.setupScriptMap();

Powered by Google App Engine