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 e6003986b99789ceca37629d8d04008a01f7f3cc..b6cb95b94696af9d91a318ad50926dc05a92dbc5 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: undefined is not a function. |
+PASS new {}.undefined threw exception TypeError: (intermediate value).undefined is not a function. |
PASS 1 instanceof {}.undefined threw exception TypeError: Expecting a function in instanceof check, but got undefined. |
PASS successfullyParsed is true |