Index: test/message/instanceof-noncallable.out |
diff --git a/test/message/instanceof-noncallable.out b/test/message/instanceof-noncallable.out |
new file mode 100644 |
index 0000000000000000000000000000000000000000..039ddb6a43a61e455f24e2a55907f39473d3e919 |
--- /dev/null |
+++ b/test/message/instanceof-noncallable.out |
@@ -0,0 +1,5 @@ |
+*%(basename)s:30: TypeError: right-hand side is not a function |
+1 instanceof {}; |
+ ^ |
+TypeError: right-hand side is not a function |
+ at *%(basename)s:30:3 |