| Index: test/mjsunit/to_number_order.js
|
| ===================================================================
|
| --- test/mjsunit/to_number_order.js (revision 9808)
|
| +++ test/mjsunit/to_number_order.js (working copy)
|
| @@ -161,7 +161,7 @@
|
|
|
| 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 @@
|
|
|
| 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");
|
|
|