Chromium Code Reviews| Index: test/mjsunit/get-prototype-of.js |
| diff --git a/test/mjsunit/get-prototype-of.js b/test/mjsunit/get-prototype-of.js |
| index 6475bde6515fe62147f9311ce958fe3d71ac43c8..c2a492a3cf3a3872c94829a97b89bd09f0e9133f 100644 |
| --- a/test/mjsunit/get-prototype-of.js |
| +++ b/test/mjsunit/get-prototype-of.js |
| @@ -65,4 +65,3 @@ GetPrototypeOfObject(y); |
| GetPrototypeOfObject({x:5}); |
| GetPrototypeOfObject(F); |
| GetPrototypeOfObject(RegExp); |
| - |