diff options
Diffstat (limited to 'tests/ChunkData/creatable.cpp')
-rw-r--r-- | tests/ChunkData/creatable.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/ChunkData/creatable.cpp b/tests/ChunkData/creatable.cpp index fc786f688..a879c3dd7 100644 --- a/tests/ChunkData/creatable.cpp +++ b/tests/ChunkData/creatable.cpp @@ -4,6 +4,8 @@ int main(int argc, char** argv) { + LOGD("Test started"); + class cMockAllocationPool : public cAllocationPool<cChunkData::sChunkSection> { |