Index: test/message/instanceof-noncallable.out |
diff --git a/test/message/instanceof-noncallable.out b/test/message/instanceof-noncallable.out |
index 039ddb6a43a61e455f24e2a55907f39473d3e919..73e2ae61b50c2d2b12a07deb841c085b413dec16 100644 |
--- a/test/message/instanceof-noncallable.out |
+++ b/test/message/instanceof-noncallable.out |
@@ -1,5 +1,5 @@ |
-*%(basename)s:30: TypeError: right-hand side is not a function |
+*%(basename)s:30: TypeError: Right-hand side of 'instanceof' is not callable |
1 instanceof {}; |
^ |
-TypeError: right-hand side is not a function |
+TypeError: Right-hand side of 'instanceof' is not callable |
at *%(basename)s:30:3 |