Chromium Code Reviews| Index: test/mjsunit/compiler/jsnatives.js |
| diff --git a/test/mjsunit/compiler/jsnatives.js b/test/mjsunit/compiler/jsnatives.js |
| index 2369763db77d32c5a08ada78557f26375a233508..74d88ba3a68a4bd2549f285690896031bab0ab9b 100644 |
| --- a/test/mjsunit/compiler/jsnatives.js |
| +++ b/test/mjsunit/compiler/jsnatives.js |
| @@ -29,4 +29,4 @@ |
| // Test call of JS runtime functions. |
| -assertEquals("1", %to_string_fun(1)); |
| +assertEquals(1, %to_number_fun("1")); |