Index: test/webkit/exception-for-nonobject-expected.txt |
diff --git a/test/webkit/exception-for-nonobject-expected.txt b/test/webkit/exception-for-nonobject-expected.txt |
index b6cb95b94696af9d91a318ad50926dc05a92dbc5..7b8883aa2a777a02ac61f139c52ef4b33d40df27 100644 |
--- a/test/webkit/exception-for-nonobject-expected.txt |
+++ b/test/webkit/exception-for-nonobject-expected.txt |
@@ -26,7 +26,7 @@ Test for correct handling of exceptions from instanceof and 'new' expressions |
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE". |
-PASS new {}.undefined threw exception TypeError: (intermediate value).undefined is not a function. |
+PASS new {}.undefined threw exception TypeError: (intermediate value).undefined is not a constructor. |
PASS 1 instanceof {}.undefined threw exception TypeError: Expecting a function in instanceof check, but got undefined. |
PASS successfullyParsed is true |