| Index: test/mjsunit/debug-step-turbofan.js
|
| diff --git a/test/mjsunit/debug-step-turbofan.js b/test/mjsunit/debug-step-turbofan.js
|
| index 1710942e9ad0bcbd28d0062e8c5348f8c2c086d9..6c1fceff317398e76798f1a1fe7f09f110dc76ab 100644
|
| --- a/test/mjsunit/debug-step-turbofan.js
|
| +++ b/test/mjsunit/debug-step-turbofan.js
|
| @@ -33,7 +33,7 @@ var break_count = 0;
|
| function listener(event, exec_state, event_data, data) {
|
| if (event != Debug.DebugEvent.Break) return;
|
| try {
|
| - exec_state.prepareStep(Debug.StepAction.StepNext, 1);
|
| + exec_state.prepareStep(Debug.StepAction.StepNext);
|
| print(exec_state.frame(0).sourceLineText());
|
| var match = exec_state.frame(0).sourceLineText().match(/Break (\d)/);
|
| assertNotNull(match);
|
|
|