| Index: test/mjsunit/number-tostring.js
|
| diff --git a/test/mjsunit/number-tostring.js b/test/mjsunit/number-tostring.js
|
| index 35e77e2a69539172d3d81c248edeff114c422efd..55655f408247a152db33f32ace0c0a5747c6eb48 100644
|
| --- a/test/mjsunit/number-tostring.js
|
| +++ b/test/mjsunit/number-tostring.js
|
| @@ -335,6 +335,3 @@ assertEquals("-1.234e+4", Number(-12344.67).toPrecision(4));
|
| // dtoa does not do this in its original form.
|
| assertEquals("1.3", 1.25.toPrecision(2), "1.25.toPrecision(2)");
|
| assertEquals("1.4", 1.35.toPrecision(2), "1.35.toPrecision(2)");
|
| -
|
| -
|
| -
|
|
|