Index: test/mjsunit/es6/debug-stepnext-for.js |
diff --git a/test/mjsunit/es6/debug-stepnext-for.js b/test/mjsunit/es6/debug-stepnext-for.js |
index c9963515b8a12023674277b8bfd06663187097d8..932840a6f9247b4d799394abcee12a7a12e9b979 100644 |
--- a/test/mjsunit/es6/debug-stepnext-for.js |
+++ b/test/mjsunit/es6/debug-stepnext-for.js |
@@ -72,7 +72,7 @@ function listener(event, exec_state, event_data, data) { |
var match = line.match(/\/\/ Break (\w)$/); |
assertEquals(2, match.length); |
log.push(match[1] + col); |
- exec_state.prepareStep(Debug.StepAction.StepNext, 1); |
+ exec_state.prepareStep(Debug.StepAction.StepNext); |
break_count++; |
} catch (e) { |
exception = e; |