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