| Index: test/mjsunit/debug-stepin-builtin-callback-opt.js
|
| diff --git a/test/mjsunit/debug-stepin-builtin-callback-opt.js b/test/mjsunit/debug-stepin-builtin-callback-opt.js
|
| index 737bfc894631dfdf3eeede1e22ef60a231a90255..7e281ab220d89b2a58a166bdbfe4fdd062d1da20 100644
|
| --- a/test/mjsunit/debug-stepin-builtin-callback-opt.js
|
| +++ b/test/mjsunit/debug-stepin-builtin-callback-opt.js
|
| @@ -15,7 +15,7 @@ function listener(event, exec_state, event_data, data) {
|
| 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;
|
| }
|
|
|