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