summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tests/Message_Queue_Notifications_Test.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/Message_Queue_Notifications_Test.cpp b/tests/Message_Queue_Notifications_Test.cpp
index 6133b0b0ecb..a4ae96fd744 100644
--- a/tests/Message_Queue_Notifications_Test.cpp
+++ b/tests/Message_Queue_Notifications_Test.cpp
@@ -182,9 +182,9 @@ Watermark_Test::Watermark_Test (void)
: len_ (ACE_OS::strlen (default_message) + 1),
hwm_ (this->len_ * default_high_water_mark),
lwm_ (this->len_ * default_low_water_mark),
- role_ (0),
+ role_ (0)
#if defined (ACE_HAS_THREADS)
- mq_full_ (worker_threads),
+ , mq_full_ (worker_threads),
mq_low_water_mark_hit_ (worker_threads)
#endif /* ACE_HAS_THREADS */
{