Index: test/mjsunit/mirror-unresolved-function.js |
diff --git a/test/mjsunit/mirror-unresolved-function.js b/test/mjsunit/mirror-unresolved-function.js |
index c1fe4a3ef0948ac6a13b13492fb33f886e55aa51..46f22a08a7675fd4d34b385032399303a7d73f3e 100644 |
--- a/test/mjsunit/mirror-unresolved-function.js |
+++ b/test/mjsunit/mirror-unresolved-function.js |
@@ -64,7 +64,7 @@ assertEquals(void 0, mirror.source()); |
assertEquals('undefined', mirror.constructorFunction().type()); |
assertEquals('undefined', mirror.protoObject().type()); |
assertEquals('undefined', mirror.prototypeObject().type()); |
- |
+ |
// Parse JSON representation of unresolved functions and check. |
var fromJSON = eval('(' + json + ')'); |
assertEquals('function', fromJSON.type, 'Unexpected mirror type in JSON'); |