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..78d4645e8bdf5f6735dd6ae1c08657f3e38ed59b |
--- /dev/null |
+++ b/test/message/instanceof-nonobject.out |
@@ -0,0 +1,5 @@ |
+*%(basename)s:30: TypeError: Expecting an object in instanceof check |
+1 instanceof 2; |
+ ^ |
+TypeError: Expecting an object in instanceof check |
rossberg
2016/03/17 15:39:31
Nit: maybe it would be even clearer if this messag
mvstanton
2016/03/17 21:20:50
Oh hell yes, thanks! And it's the right hand side
|
+ at *%(basename)s:30:3 |