Index: LayoutTests/platform/chromium-win/fast/js/instance-of-immediates-expected.txt |
=================================================================== |
--- LayoutTests/platform/chromium-win/fast/js/instance-of-immediates-expected.txt (revision 77373) |
+++ LayoutTests/platform/chromium-win/fast/js/instance-of-immediates-expected.txt (working copy) |
@@ -4,11 +4,11 @@ |
PASS (1 instanceof 1) threw exception TypeError: Expecting a function in instanceof check, but got 1. |
-PASS ({} instanceof 1) threw exception TypeError: Expecting a function in instanceof check, but got #<an Object>. |
-PASS (obj instanceof 1) threw exception TypeError: Expecting a function in instanceof check, but got #<a Constructor>. |
+PASS ({} instanceof 1) threw exception TypeError: Expecting a function in instanceof check, but got #<Object>. |
+PASS (obj instanceof 1) threw exception TypeError: Expecting a function in instanceof check, but got #<Constructor>. |
PASS (1 instanceof {}) threw exception TypeError: Expecting a function in instanceof check, but got 1. |
-PASS ({} instanceof {}) threw exception TypeError: Expecting a function in instanceof check, but got #<an Object>. |
-PASS (obj instanceof {}) threw exception TypeError: Expecting a function in instanceof check, but got #<a Constructor>. |
+PASS ({} instanceof {}) threw exception TypeError: Expecting a function in instanceof check, but got #<Object>. |
+PASS (obj instanceof {}) threw exception TypeError: Expecting a function in instanceof check, but got #<Constructor>. |
PASS (1 instanceof Constructor) is false |
PASS ({} instanceof Constructor) is false |
PASS (obj instanceof Constructor) is true |