Index: test/mjsunit/function-bind.js |
diff --git a/test/mjsunit/function-bind.js b/test/mjsunit/function-bind.js |
index e9d02213e001b354dae2f96074dee73528b85520..cb99cfd9108db0ba9b7454041f214b4b7e24b59d 100644 |
--- a/test/mjsunit/function-bind.js |
+++ b/test/mjsunit/function-bind.js |
@@ -180,4 +180,4 @@ assertEquals(3, obj2.z); |
// Test instanceof obj2 is bar, not f. |
assertTrue(obj2 instanceof bar); |
-assertFalse(obj2 instanceof f); |
+assertTrue(obj2 instanceof f); |