Index: test/cctest/compiler/test-run-jscalls.cc |
diff --git a/test/cctest/compiler/test-run-jscalls.cc b/test/cctest/compiler/test-run-jscalls.cc |
index 474453da7d1b0e3099d9276b916bcd2a8f50a520..8eb58fc076faa4e45ccf0bb7548aab3c6cd9beaf 100644 |
--- a/test/cctest/compiler/test-run-jscalls.cc |
+++ b/test/cctest/compiler/test-run-jscalls.cc |
@@ -130,7 +130,6 @@ TEST(ConstructorCall) { |
} |
-// TODO(titzer): factor these out into test-runtime-calls.cc |
TEST(RuntimeCallCPP2) { |
FLAG_allow_natives_syntax = true; |
FunctionTester T("(function(a,b) { return %NumberImul(a, b); })"); |