| Index: Source/platform/heap/HeapTest.cpp
|
| diff --git a/Source/platform/heap/HeapTest.cpp b/Source/platform/heap/HeapTest.cpp
|
| index 04981c4e09010a2155d59e48b30e1e945ab84ec6..eee464d519e2d2dd3a87c8f01c24a167b6d44d4f 100644
|
| --- a/Source/platform/heap/HeapTest.cpp
|
| +++ b/Source/platform/heap/HeapTest.cpp
|
| @@ -1828,7 +1828,7 @@ TEST(HeapTest, SimpleFinalization)
|
| EXPECT_EQ(1, SimpleFinalizedObject::s_destructorCalls);
|
| }
|
|
|
| -#if ENABLE_LAZY_SWEEPING
|
| +#if ENABLE(LAZY_SWEEPING)
|
| TEST(HeapTest, LazySweepingPages)
|
| {
|
| clearOutOldGarbage();
|
|
|