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 7b8883aa2a777a02ac61f139c52ef4b33d40df27..866070bf47add99efe8287509c771291abb219fe 100644 |
--- a/test/webkit/exception-for-nonobject-expected.txt |
+++ b/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 |