| Index: test/mjsunit/debug-stepout-scope-part2.js
|
| diff --git a/test/mjsunit/debug-stepout-scope-part2.js b/test/mjsunit/debug-stepout-scope-part2.js
|
| index ba05317979686a7cb2b671e588cae35841af24e9..5d97a88d6ec6d9fad4a950c7277a87401da2c334 100644
|
| --- a/test/mjsunit/debug-stepout-scope-part2.js
|
| +++ b/test/mjsunit/debug-stepout-scope-part2.js
|
| @@ -44,9 +44,7 @@ function listener(event, exec_state, event_data, data) {
|
| }
|
|
|
| // Do steps until we reach the global scope again.
|
| - if (true) {
|
| - exec_state.prepareStep(Debug.StepAction.StepInMin, 1);
|
| - }
|
| + exec_state.prepareStep(Debug.StepAction.StepIn, 1);
|
| }
|
| }
|
|
|
|
|