summaryrefslogtreecommitdiff
path: root/tests/Mutex_Test.cpp
diff options
context:
space:
mode:
authorschmidt <douglascraigschmidt@users.noreply.github.com>1996-11-26 09:39:26 +0000
committerschmidt <douglascraigschmidt@users.noreply.github.com>1996-11-26 09:39:26 +0000
commitbd6ddc52daef2a49e8cc7fc210236d6f75917fff (patch)
tree181a2e9edcb2dd8c227a19ab56ec067f7933d675 /tests/Mutex_Test.cpp
parent7b844f59e70f35915cca9bddbb0691e10221e468 (diff)
downloadATCD-bd6ddc52daef2a49e8cc7fc210236d6f75917fff.tar.gz
eee
Diffstat (limited to 'tests/Mutex_Test.cpp')
-rw-r--r--tests/Mutex_Test.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/Mutex_Test.cpp b/tests/Mutex_Test.cpp
index cbfe09cbc57..ed5181c1ba5 100644
--- a/tests/Mutex_Test.cpp
+++ b/tests/Mutex_Test.cpp
@@ -45,6 +45,7 @@ test (void *args)
ACE_ASSERT (pm->release () == 0);
ACE_DEBUG ((LM_DEBUG, "(%P|%t) = released\n"));
}
+
return 0;
}