Chromium Code Reviews| Index: test/mjsunit/number-tostring-small.js |
| diff --git a/test/mjsunit/number-tostring-small.js b/test/mjsunit/number-tostring-small.js |
| index dbd2b59235e7639dd21ee7cbde2528dcd0cbfeca..068b3a46e56feb52cb829d62a6e4f987679497eb 100644 |
| --- a/test/mjsunit/number-tostring-small.js |
| +++ b/test/mjsunit/number-tostring-small.js |
| @@ -392,4 +392,3 @@ Number(-12344.67).toPrecision(4); |
| (-91.1234).toPrecision(6); |
| (-91.1234).toPrecision(7); |
| (-91.1234).toPrecision(8); |
| - |