Index: test/mjsunit/debug-stepin-constructor.js |
diff --git a/test/mjsunit/debug-stepin-constructor.js b/test/mjsunit/debug-stepin-constructor.js |
index 6ee33473529ea56a843545c924e416fb4758d2df..5549814a65067f181de0f285aab3a7f45c8cd66e 100644 |
--- a/test/mjsunit/debug-stepin-constructor.js |
+++ b/test/mjsunit/debug-stepin-constructor.js |
@@ -38,7 +38,7 @@ function listener(event, exec_state, event_data, data) { |
if (exec_state.frameCount() > 1) { |
exec_state.prepareStep(Debug.StepAction.StepIn); |
} |
- |
+ |
// Test that there is a script. |
assertTrue(typeof(event_data.func().script()) == 'object'); |
} |