Index: test/cctest/test-threads.cc |
=================================================================== |
--- test/cctest/test-threads.cc (revision 9327) |
+++ test/cctest/test-threads.cc (working copy) |
@@ -111,7 +111,7 @@ |
v8::Context::Scope context_scope(v8::Context::New()); |
// Clear the caches by forcing major GC. |
- HEAP->CollectAllGarbage(false); |
+ HEAP->CollectAllGarbage(v8::internal::Heap::kNoGCFlags); |
turn = SECOND_TIME_FILL_CACHE; |
break; |
} |