summaryrefslogtreecommitdiffstats
path: root/tests/ChunkData/creatable.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ChunkData/creatable.cpp')
-rw-r--r--tests/ChunkData/creatable.cpp2
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>
{