| 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 86068b102c80268f6e502261e69726eaab43fee1..e6003986b99789ceca37629d8d04008a01f7f3cc 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: undefined is not a function.
|
| -PASS 1 instanceof {}.undefined threw exception TypeError: Expecting a function in instanceof check, but got 1.
|
| +PASS 1 instanceof {}.undefined threw exception TypeError: Expecting a function in instanceof check, but got undefined.
|
| PASS successfullyParsed is true
|
|
|
| TEST COMPLETE
|
|
|