Index: test/mjsunit/compiler/jsnatives.js |
diff --git a/test/mjsunit/compiler/jsnatives.js b/test/mjsunit/compiler/jsnatives.js |
index ab70abc1bbf46ca901e1ce8f30db0c23487b1e3e..2369763db77d32c5a08ada78557f26375a233508 100644 |
--- a/test/mjsunit/compiler/jsnatives.js |
+++ b/test/mjsunit/compiler/jsnatives.js |
@@ -29,5 +29,4 @@ |
// Test call of JS runtime functions. |
-var a = %MakeError(0, "error"); |
-assertInstanceof(a, Error); |
+assertEquals("1", %to_string_fun(1)); |