| Index: test/mjsunit/touint32.js
|
| diff --git a/test/mjsunit/touint32.js b/test/mjsunit/touint32.js
|
| index f06bddfcf581eb837b33e55684c54deec81408be..9c4cc360161853100f5c3d7c5131a944b91bf054 100644
|
| --- a/test/mjsunit/touint32.js
|
| +++ b/test/mjsunit/touint32.js
|
| @@ -68,5 +68,3 @@ assertEquals(2147483649, ToUInt32('2147483649'), "'2147483649'");
|
| assertEquals(4294967295, ToUInt32('4294967295'), "'4294967295'");
|
| assertEquals(0, ToUInt32('4294967296'), "'4294967296'");
|
| assertEquals(1, ToUInt32('4294967297'), "'4294967297'");
|
| -
|
| -
|
|
|