Index: test/mjsunit/mirror-error.js |
diff --git a/test/mjsunit/mirror-error.js b/test/mjsunit/mirror-error.js |
index 4ed8c1b421370dc4f0c63fadd6445b6c6fbbcc58..9fea17cf1c8dcfb475a6803d3846f74a1d538063 100644 |
--- a/test/mjsunit/mirror-error.js |
+++ b/test/mjsunit/mirror-error.js |
@@ -76,7 +76,7 @@ function testErrorMirror(e) { |
} |
assertTrue(found_message, 'Property message not found'); |
} |
- |
+ |
// Check the formatted text (regress 1231579). |
assertEquals(fromJSON.text, e.toString(), 'toString'); |
} |