| Index: Source/heap/tests/HeapTest.cpp
|
| diff --git a/Source/heap/tests/HeapTest.cpp b/Source/heap/tests/HeapTest.cpp
|
| index b357bb9b32efbc62aa9bf5f094953eaba20070a4..7f945e169f4a18c3dc04b9f69429e56fadec9687 100644
|
| --- a/Source/heap/tests/HeapTest.cpp
|
| +++ b/Source/heap/tests/HeapTest.cpp
|
| @@ -1884,7 +1884,7 @@ public:
|
| : m_state(ThreadState::Current())
|
| {
|
| m_state->checkThread();
|
| - ASSERT(m_state->isPaused() == m_state->isInGC());
|
| + ASSERT(m_state->isInSafePoint() == m_state->isInGC());
|
| if (!m_state->isInGC())
|
| ThreadState::stopThreads(ThreadState::HeapPointersOnStack);
|
| m_state->enterGC();
|
|
|