| Index: test/mjsunit/debug-stepin-construct-call.js
 | 
| diff --git a/test/mjsunit/debug-stepin-construct-call.js b/test/mjsunit/debug-stepin-construct-call.js
 | 
| index 5e2145591fdb0bf6789fbc097ea7d5cb1ca5261e..7dbf7b1d28db85577a8256c0429efad4b2d216ff 100644
 | 
| --- a/test/mjsunit/debug-stepin-construct-call.js
 | 
| +++ b/test/mjsunit/debug-stepin-construct-call.js
 | 
| @@ -12,7 +12,7 @@ function listener(event, exec_state, event_data, data) {
 | 
|    try {
 | 
|      var source_line = exec_state.frame(0).sourceLineText();
 | 
|      print(source_line);
 | 
| -    exec_state.prepareStep(Debug.StepAction.StepIn, 1);
 | 
| +    exec_state.prepareStep(Debug.StepAction.StepIn);
 | 
|      break_count++;
 | 
|    } catch (e) {
 | 
|      exception = e;
 | 
| 
 |