summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorschmidt <douglascraigschmidt@users.noreply.github.com>1997-09-13 17:59:22 +0000
committerschmidt <douglascraigschmidt@users.noreply.github.com>1997-09-13 17:59:22 +0000
commit80ebf21003ffe6e4694031e0bbe7c8d8e4a9c3a3 (patch)
treeb39474755c617282df87298f35df0f6b364dca82 /tests
parent7b49486ca1fff4f5e2bb05ed45f2ace7e69e32d7 (diff)
downloadATCD-80ebf21003ffe6e4694031e0bbe7c8d8e4a9c3a3.tar.gz
*** empty log message ***
Diffstat (limited to 'tests')
-rw-r--r--tests/Async_Timer_Queue_Test.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Async_Timer_Queue_Test.cpp b/tests/Async_Timer_Queue_Test.cpp
index 340bff8aade..5d26f007241 100644
--- a/tests/Async_Timer_Queue_Test.cpp
+++ b/tests/Async_Timer_Queue_Test.cpp
@@ -158,7 +158,7 @@ signal_handler (int signum)
/* NOTREACHED */
case SIGINT:
{
- Async_Timer_Queue:;instance ()->dump ();
+ Async_Timer_Queue::instance ()->dump ();
break;
/* NOTREACHED */
}