| Index: test/message/instanceof-nonobject.out
|
| diff --git a/test/message/instanceof-nonobject.out b/test/message/instanceof-nonobject.out
|
| index 9b34dc4b9ba5d32aea47e781e1a4bb33b47e28bd..ecf47af9d19ac8278faa9205df107d953bb38e6a 100644
|
| --- a/test/message/instanceof-nonobject.out
|
| +++ b/test/message/instanceof-nonobject.out
|
| @@ -1,5 +1,5 @@
|
| -*%(basename)s:30: TypeError: right-hand side is not an object
|
| +*%(basename)s:30: TypeError: Right-hand side of 'instanceof' is not an object
|
| 1 instanceof 2;
|
| ^
|
| -TypeError: right-hand side is not an object
|
| +TypeError: Right-hand side of 'instanceof' is not an object
|
| at *%(basename)s:30:3
|
|
|