| Index: test/cctest/test-heap.cc
|
| diff --git a/test/cctest/test-heap.cc b/test/cctest/test-heap.cc
|
| index 5b46285b09d8b533a6132d6424f12edba176ad73..9d5e1f19f9b467a4ec4d248fb3fea41e2462f8f6 100644
|
| --- a/test/cctest/test-heap.cc
|
| +++ b/test/cctest/test-heap.cc
|
| @@ -980,6 +980,7 @@ TEST(TestCodeFlushing) {
|
| Heap::CollectAllGarbage(true);
|
| Heap::CollectAllGarbage(true);
|
| Heap::CollectAllGarbage(true);
|
| + Heap::CollectAllGarbage(true);
|
|
|
| // foo should no longer be in the compilation cache
|
| CHECK(!function->shared()->is_compiled());
|
|
|