| Index: test/mjsunit/object-is.js
|
| diff --git a/test/mjsunit/object-is.js b/test/mjsunit/object-is.js
|
| index 6a90fcd320d525bf4e3cc45a4d79a2140e1534ce..b9fdc8442068b4d7c50c06cb0eb8a134b8e9a7f3 100644
|
| --- a/test/mjsunit/object-is.js
|
| +++ b/test/mjsunit/object-is.js
|
| @@ -32,7 +32,7 @@ function TestEgal(expected, x, y) {
|
| assertSame(expected, Object.is(x, y));
|
| }
|
|
|
| -var test_set = [ {}, [], 1/0, -1/0, "s", 0, 1/(-1/0), null, undefined ];
|
| +var test_set = [ {}, [], 1/0, -1/0, "s", 0, 0/-1, null, undefined ];
|
| print(test_set);
|
| for (var i = 0; i < test_set.length; i++) {
|
| for (var j = 0; j < test_set.length; j++) {
|
|
|