Chromium Code Reviews| Index: test/mjsunit/prototype.js |
| diff --git a/test/mjsunit/prototype.js b/test/mjsunit/prototype.js |
| index bfc1a799d4b00fa5929da71cfb5385f5145ea2b0..a953422c325f1ba40dd7a6040a3ff49fa87ebbdb 100644 |
| --- a/test/mjsunit/prototype.js |
| +++ b/test/mjsunit/prototype.js |
| @@ -89,5 +89,3 @@ var test = new Object; |
| test.__proto__ = (new Array()).__proto__; |
| test.length = 14; |
| assertEquals(14, test.length); |
| - |
| - |