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