| Index: test/mjsunit/to_number_order.js
|
| diff --git a/test/mjsunit/to_number_order.js b/test/mjsunit/to_number_order.js
|
| index d17e60005046268ca5c17ecb4cbdbf44a0ea1de7..50e4bc762e57c5a493da390e267260e66214b5f0 100644
|
| --- a/test/mjsunit/to_number_order.js
|
| +++ b/test/mjsunit/to_number_order.js
|
| @@ -161,7 +161,7 @@ assertEquals("fiskfisk", x, "Compare objects b >= b valueOf order");
|
|
|
| x = "";
|
| assertFalse(a > b, "Compare objects a > b");
|
| -assertEquals("fiskhest", x, "Compare objects a > b valueOf order");
|
| +assertEquals("hestfisk", x, "Compare objects a > b valueOf order");
|
|
|
| x = "";
|
| assertFalse(a > void(0), "Compare objects a > undefined");
|
| @@ -195,7 +195,7 @@ function identical_object_comparison() {
|
|
|
| x = "";
|
| assertFalse(a > b, "Compare objects a > b");
|
| - assertEquals("fiskhest", x, "Compare objects a > b valueOf order");
|
| + assertEquals("hestfisk", x, "Compare objects a > b valueOf order");
|
|
|
| x = "";
|
| assertFalse(a > void(0), "Compare objects a > undefined");
|
|
|