Index: test/mjsunit/function-caller.js |
diff --git a/test/mjsunit/function-caller.js b/test/mjsunit/function-caller.js |
index 84f3cbed2f48827798d81a8aea1f7b41ec199edc..7443cf71a9e5b74caba089914a412411b06bcdfb 100644 |
--- a/test/mjsunit/function-caller.js |
+++ b/test/mjsunit/function-caller.js |
@@ -47,7 +47,7 @@ f(null); |
eval('f(null)'); |
// Check called from strict builtin functions. |
-// [null, null].sort(f); // Does not work because sort tail calls. |
+[null, null].sort(f); |
[null].forEach(f, null); |
// Check called from sloppy builtin functions. |