Index: test/mjsunit/function-bind.js |
diff --git a/test/mjsunit/function-bind.js b/test/mjsunit/function-bind.js |
index ca1ed7e489e64f8d5d24a46106025fcca3b2fc1b..9c1e1cb0d6f9e1d691f6fe3233730af102b61e72 100644 |
--- a/test/mjsunit/function-bind.js |
+++ b/test/mjsunit/function-bind.js |
@@ -27,7 +27,8 @@ |
// Flags: --allow-natives-syntax |
-// Tests the Function.prototype.bind (ES 15.3.4.5) method. |
+// Tests the Function.prototype.bind method. |
+ |
// Simple tests. |
function foo(x, y, z) { |