summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteve Huston <shuston@riverace.com>2006-03-16 22:33:10 +0000
committerSteve Huston <shuston@riverace.com>2006-03-16 22:33:10 +0000
commit901496b0efcdaac3748fbe54478e59703c02e2c5 (patch)
treed0203fcfc713404b57156a52ec66141c475437e2
parent323e40046c0e3ed05f963d3672f7b6cabd671b8e (diff)
downloadATCD-901496b0efcdaac3748fbe54478e59703c02e2c5.tar.gz
ChangeLogTag:Thu Mar 16 21:54:29 UTC 2006 Steve Huston <shuston@riverace.com>
-rw-r--r--tests/Timer_Queue_Test.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Timer_Queue_Test.cpp b/tests/Timer_Queue_Test.cpp
index 69f44084dbf..ace9774b5aa 100644
--- a/tests/Timer_Queue_Test.cpp
+++ b/tests/Timer_Queue_Test.cpp
@@ -620,7 +620,7 @@ run_main (int argc, ACE_TCHAR *argv[])
-1);
// Timer_Heap without preallocated memory.
ACE_NEW_RETURN (tq_stack,
- Timer_Queue_Stack (new ACE_Timer_Heap (),
+ Timer_Queue_Stack (new ACE_Timer_Heap,
ACE_TEXT ("ACE_Timer_Heap (non-preallocated)"),
tq_stack),
-1);