Chromium Code Reviews| Index: test/message/instanceof-nonobject.out |
| diff --git a/test/message/instanceof-nonobject.out b/test/message/instanceof-nonobject.out |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..9b34dc4b9ba5d32aea47e781e1a4bb33b47e28bd |
| --- /dev/null |
| +++ b/test/message/instanceof-nonobject.out |
| @@ -0,0 +1,5 @@ |
| +*%(basename)s:30: TypeError: right-hand side is not an object |
| +1 instanceof 2; |
| + ^ |
| +TypeError: right-hand side is not an object |
| + at *%(basename)s:30:3 |