Index: test/cctest/test-heap.cc |
diff --git a/test/cctest/test-heap.cc b/test/cctest/test-heap.cc |
index 7bc1a88bb8aa1a6b917c2f12b448ce2a3f378406..f000a6a2311ae71c731c41ed48b0b22c72d3d60e 100644 |
--- a/test/cctest/test-heap.cc |
+++ b/test/cctest/test-heap.cc |
@@ -4358,7 +4358,7 @@ TEST(NoWeakHashTableLeakWithIncrementalMarking) { |
"bar%d();" |
"bar%d();" |
"bar%d();" |
- "%%OptimizeFwunctionOnNextCall(bar%d);" |
+ "%%OptimizeFunctionOnNextCall(bar%d);" |
"bar%d();", |
i, i, i, i, i, i, i, i); |
CompileRun(source.start()); |