Index: test/mjsunit/global-load-from-nested-eval.js |
diff --git a/test/mjsunit/global-load-from-nested-eval.js b/test/mjsunit/global-load-from-nested-eval.js |
index 3c7ff75691966de01317b91a80631c04c2b1ed2e..9c9b015aea3629a399b58b2fb24fcce300e646cb 100644 |
--- a/test/mjsunit/global-load-from-nested-eval.js |
+++ b/test/mjsunit/global-load-from-nested-eval.js |
@@ -59,8 +59,3 @@ function testEvalDontShadow(source) { |
eval('eval(' + source +')'); |
} |
testEvalDontShadow('assertEquals(42, x)'); |
- |
- |
- |
- |
- |