summaryrefslogtreecommitdiff
path: root/tests/Tokens_Test.cpp
diff options
context:
space:
mode:
authorschmidt <douglascraigschmidt@users.noreply.github.com>1996-11-17 19:55:21 +0000
committerschmidt <douglascraigschmidt@users.noreply.github.com>1996-11-17 19:55:21 +0000
commit8a0c00861bffa7450a5f0e85c0610c3278f66945 (patch)
treef06de49d2d57a8cea0bb20129c6079f8ce1eb7a5 /tests/Tokens_Test.cpp
parentcdaa50473d4305fca20da3227099dcb1de31c1b8 (diff)
downloadATCD-8a0c00861bffa7450a5f0e85c0610c3278f66945.tar.gz
Jammer!
Diffstat (limited to 'tests/Tokens_Test.cpp')
-rw-r--r--tests/Tokens_Test.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/Tokens_Test.cpp b/tests/Tokens_Test.cpp
index 341f84dc7f0..5690a39f872 100644
--- a/tests/Tokens_Test.cpp
+++ b/tests/Tokens_Test.cpp
@@ -182,8 +182,7 @@ run_test (ACE_Token_Proxy *A,
int
main (int argc, char* argv[])
{
- ACE_DEBUG ((LM_DEBUG, "%s starting.\n", argv[0]));
- ACE_START_TEST;
+ ACE_START_TEST ("Tokens_Test.cpp");
ACE_Token_Proxy *A, *B, *R, *W;
A = new ACE_Local_Mutex ("L Mutex A", 0, 0);