| Index: test/mjsunit/debug-stepout-scope-part3.js
|
| diff --git a/test/mjsunit/debug-stepout-scope-part3.js b/test/mjsunit/debug-stepout-scope-part3.js
|
| index c120640605585eb0977ce9e0d1ec4f5dec0c8aaf..ab49d8457c6f71ff7b5d3d8f2151d69353b13142 100644
|
| --- a/test/mjsunit/debug-stepout-scope-part3.js
|
| +++ b/test/mjsunit/debug-stepout-scope-part3.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);
|
| }
|
| }
|
|
|
|
|