diff options
author | Johnny Willemsen <jwillemsen@remedy.nl> | 2023-04-07 08:23:22 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-04-07 08:23:22 +0200 |
commit | a78936549748c2dbb9e751d4d21baa532228f1df (patch) | |
tree | 55593c66ee23a027dfff1d2b8cf692f53b7b0572 /ACE/tests | |
parent | a3a7c2a50383ebf00534c28014704ce57e092821 (diff) | |
download | ATCD-a78936549748c2dbb9e751d4d21baa532228f1df.tar.gz |
Update Message_Queue_Test_Ex.cpp
Diffstat (limited to 'ACE/tests')
-rw-r--r-- | ACE/tests/Message_Queue_Test_Ex.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/ACE/tests/Message_Queue_Test_Ex.cpp b/ACE/tests/Message_Queue_Test_Ex.cpp index 200a2103179..6b698629a1b 100644 --- a/ACE/tests/Message_Queue_Test_Ex.cpp +++ b/ACE/tests/Message_Queue_Test_Ex.cpp @@ -776,7 +776,8 @@ int queue_iterator_test (ACE_Message_Queue_Ex<User_Class, ACE_SYNCH>& q) for (Queue_Ex_Iterator_No_Lock iterator (q); iterator.next (b); iterator.advance ()) - { ACE_ASSERT (b); + { + ACE_ASSERT (b); ++counter; if (counter == 1) { |