Index: Source/heap/HeapTest.cpp |
diff --git a/Source/heap/HeapTest.cpp b/Source/heap/HeapTest.cpp |
index a9922c199fdb7c3a3baa1ba074a99632bcf1b69a..a1d3512127e22c51391a26ee5b91cd081c1a63b0 100644 |
--- a/Source/heap/HeapTest.cpp |
+++ b/Source/heap/HeapTest.cpp |
@@ -48,7 +48,6 @@ public: |
ASSERT(!m_state->isInGC()); |
ThreadState::stopThreads(); |
m_state->enterGC(); |
- Heap::makeConsistentForGC(); |
} |
~TestGCScope() |