Chromium Code Reviews| Index: test/mjsunit/bugs/bug-1344252.js |
| diff --git a/test/mjsunit/bugs/bug-1344252.js b/test/mjsunit/bugs/bug-1344252.js |
| index 1723834c09ab0a32daf939d6121d1af041902045..747ce199ce256afdd9869aa710c3939e7243c75e 100644 |
| --- a/test/mjsunit/bugs/bug-1344252.js |
| +++ b/test/mjsunit/bugs/bug-1344252.js |
| @@ -76,4 +76,3 @@ Object.prototype.__defineSetter__('z', function(value) { result_z = value; }); |
| o2.z = 27; |
| assertEquals(27, result_z); |
| assertTrue(typeof o2.z == 'undefined'); |
| - |