summaryrefslogtreecommitdiff
path: root/tests/test-Threads.cc
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test-Threads.cc')
-rw-r--r--tests/test-Threads.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/test-Threads.cc b/tests/test-Threads.cc
index 82bc9ec..1005906 100644
--- a/tests/test-Threads.cc
+++ b/tests/test-Threads.cc
@@ -23,6 +23,7 @@ void MainTask::Do() {
t->threadStart();
Printer::log(M_STATUS, "Joining thread");
t->join();
+ Printer::log(M_STATUS, "Deleting thread");
delete t;
Printer::log(M_STATUS, "Test::Threads passed.");