summaryrefslogtreecommitdiff
path: root/deps/v8/test/webkit/exception-for-nonobject-expected.txt
diff options
context:
space:
mode:
Diffstat (limited to 'deps/v8/test/webkit/exception-for-nonobject-expected.txt')
-rw-r--r--deps/v8/test/webkit/exception-for-nonobject-expected.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/deps/v8/test/webkit/exception-for-nonobject-expected.txt b/deps/v8/test/webkit/exception-for-nonobject-expected.txt
index b6cb95b946..7b8883aa2a 100644
--- a/deps/v8/test/webkit/exception-for-nonobject-expected.txt
+++ b/deps/v8/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