Index: test/mjsunit/debug-step-into-valueof.js |
diff --git a/test/mjsunit/debug-step-into-valueof.js b/test/mjsunit/debug-step-into-valueof.js |
index aff499b3bebacfb4204ffac3d153b764873565cc..b1d9cf145446a1d611304e4b6f84b42331683e88 100644 |
--- a/test/mjsunit/debug-step-into-valueof.js |
+++ b/test/mjsunit/debug-step-into-valueof.js |
@@ -14,7 +14,7 @@ function listener(event, exec_state, event_data, data) { |
try { |
print(event_data.sourceLineText()); |
assertTrue(event_data.sourceLineText().indexOf(`Break ${break_count++}.`) > 0); |
- exec_state.prepareStep(Debug.StepAction.StepIn, 1); |
+ exec_state.prepareStep(Debug.StepAction.StepIn); |
} catch (e) { |
exception = e; |
} |