diff options
Diffstat (limited to 'deps/v8/test/webkit/exception-for-nonobject-expected.txt')
-rw-r--r-- | deps/v8/test/webkit/exception-for-nonobject-expected.txt | 2 |
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 7b8883aa2a..866070bf47 100644 --- a/deps/v8/test/webkit/exception-for-nonobject-expected.txt +++ b/deps/v8/test/webkit/exception-for-nonobject-expected.txt @@ -27,7 +27,7 @@ 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 constructor. -PASS 1 instanceof {}.undefined threw exception TypeError: Expecting a function in instanceof check, but got undefined. +PASS 1 instanceof {}.undefined threw exception TypeError: Right-hand side of 'instanceof' is not an object. PASS successfullyParsed is true TEST COMPLETE |