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

Unified Diff: test/mjsunit/debug-continue.js

Issue 1479843002: [debugger] Remove obsolete stepping modes. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: fix one more test Created 5 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
« no previous file with comments | « src/runtime/runtime-debug.cc ('k') | test/mjsunit/debug-stepout-scope-part1.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/mjsunit/debug-continue.js
diff --git a/test/mjsunit/debug-continue.js b/test/mjsunit/debug-continue.js
index a501aa925c40ddb41566774dd4c8557ea049b99a..1d0be637ff149b072df39d3ed7b620e69ac6ea39 100644
--- a/test/mjsunit/debug-continue.js
+++ b/test/mjsunit/debug-continue.js
@@ -78,7 +78,6 @@ function listener(event, exec_state, event_data, data) {
// Test some legal continue requests.
testArguments(exec_state, '{"stepaction":"in"}', true);
- testArguments(exec_state, '{"stepaction":"min"}', true);
testArguments(exec_state, '{"stepaction":"next"}', true);
testArguments(exec_state, '{"stepaction":"out"}', true);
testArguments(exec_state, '{"stepcount":1}', true);
« no previous file with comments | « src/runtime/runtime-debug.cc ('k') | test/mjsunit/debug-stepout-scope-part1.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698