diff options
author | schmidt <douglascraigschmidt@users.noreply.github.com> | 1996-11-26 09:39:26 +0000 |
---|---|---|
committer | schmidt <douglascraigschmidt@users.noreply.github.com> | 1996-11-26 09:39:26 +0000 |
commit | bd6ddc52daef2a49e8cc7fc210236d6f75917fff (patch) | |
tree | 181a2e9edcb2dd8c227a19ab56ec067f7933d675 /tests/Mutex_Test.cpp | |
parent | 7b844f59e70f35915cca9bddbb0691e10221e468 (diff) | |
download | ATCD-bd6ddc52daef2a49e8cc7fc210236d6f75917fff.tar.gz |
eee
Diffstat (limited to 'tests/Mutex_Test.cpp')
-rw-r--r-- | tests/Mutex_Test.cpp | 1 |
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; } |