Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(129)

Unified Diff: test/debugger/debug/ignition/optimized-debug-frame.js

Issue 2497973002: [debug-wrapper] Further extend the debug wrapper (Closed)
Patch Set: One more test Created 4 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: test/debugger/debug/ignition/optimized-debug-frame.js
diff --git a/test/mjsunit/ignition/optimized-debug-frame.js b/test/debugger/debug/ignition/optimized-debug-frame.js
similarity index 93%
rename from test/mjsunit/ignition/optimized-debug-frame.js
rename to test/debugger/debug/ignition/optimized-debug-frame.js
index be316ad6f49280d5f931f38c5d28319cc702725b..cc85b4786ab126dd9394cd16e2d1db847657f189 100644
--- a/test/mjsunit/ignition/optimized-debug-frame.js
+++ b/test/debugger/debug/ignition/optimized-debug-frame.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: --allow-natives-syntax --expose-debug-as debug
// Test that PC in optimized frame would correctly translate into
// unoptimized frame when retrieving frame information in the debugger.

Powered by Google App Engine
This is Rietveld 408576698