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