| Index: Source/heap/tests/HeapTest.cpp
|
| diff --git a/Source/heap/tests/HeapTest.cpp b/Source/heap/tests/HeapTest.cpp
|
| index a408795c7c6f6ae3279607d5df057c0bc95823e9..a6344746ab35f69bd288d6f7eb14d5c2e6f803b6 100644
|
| --- a/Source/heap/tests/HeapTest.cpp
|
| +++ b/Source/heap/tests/HeapTest.cpp
|
| @@ -61,6 +61,7 @@ static const size_t classMagic = 0xABCDDBCA;
|
|
|
| class HeapTestSubClass : public HeapTestOtherSuperClass, public HeapTestSuperClass {
|
| public:
|
| + OVERRIDE_NEW(HeapTestSubClass)
|
| HeapTestSubClass() : m_magic(classMagic) { }
|
|
|
| virtual ~HeapTestSubClass()
|
|
|