Chromium Code Reviews| Index: test/mjsunit/bugs/bug-618.js |
| diff --git a/test/mjsunit/bugs/bug-618.js b/test/mjsunit/bugs/bug-618.js |
| index ae843267ff5fab695abbed74eaf1e0c081fa02dc..0513f87f16f802f6384f5cd344acf923bd57d835 100644 |
| --- a/test/mjsunit/bugs/bug-618.js |
| +++ b/test/mjsunit/bugs/bug-618.js |
| @@ -42,4 +42,4 @@ function C() { |
| assertEquals(23, new C().x); |
| C.prototype.__defineSetter__('x', function(value) { this.y = 23; }); |
| -assertEquals(void 0, new C().x)); |
| +assertEquals(void 0, new C().x); |