| Index: test/cctest/test-heap.cc
|
| diff --git a/test/cctest/test-heap.cc b/test/cctest/test-heap.cc
|
| index 0efbbfd7762af0dd5ea42ef89f96f872097b7941..f8757e1c0cf97899902a0df831205d00bdd15af0 100644
|
| --- a/test/cctest/test-heap.cc
|
| +++ b/test/cctest/test-heap.cc
|
| @@ -2848,9 +2848,7 @@ TEST(IncrementalMarkingClearsTypeFeedbackInfo) {
|
| // originating from two different native contexts.
|
| CcTest::global()->Set(v8_str("fun1"), fun1);
|
| CcTest::global()->Set(v8_str("fun2"), fun2);
|
| - CompileRun("function f(a, b) { a(); b(); }"
|
| - "f(fun1, fun2);" // Run twice to skip premonomorphic state.
|
| - "f(fun1, fun2)");
|
| + CompileRun("function f(a, b) { a(); b(); } f(fun1, fun2);");
|
|
|
| Handle<JSFunction> f =
|
| v8::Utils::OpenHandle(
|
|
|