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