Index: test/mjsunit/mirror-script.js |
diff --git a/test/mjsunit/mirror-script.js b/test/mjsunit/mirror-script.js |
index 71561701a2383e89daf1c9462e0e499c6d61f703..1d64ac26bf7a0d6cc190326f5179e594ef301a7c 100644 |
--- a/test/mjsunit/mirror-script.js |
+++ b/test/mjsunit/mirror-script.js |
@@ -62,7 +62,7 @@ function testScriptMirror(f, file_name, file_lines, type, compilation_type, |
if (eval_from_line) { |
assertEquals(eval_from_line, mirror.evalFromLocation().line); |
} |
- |
+ |
// Parse JSON representation and check. |
var fromJSON = JSON.parse(json); |
assertEquals('script', fromJSON.type); |