diff options
author | schmidt <douglascraigschmidt@users.noreply.github.com> | 1998-08-26 22:37:31 +0000 |
---|---|---|
committer | schmidt <douglascraigschmidt@users.noreply.github.com> | 1998-08-26 22:37:31 +0000 |
commit | f3f74d3f3dd3c588751dd5a50bd75d725d520d90 (patch) | |
tree | 1d2087d1beda478d535dea76ebdfc336a3ad4290 /tests | |
parent | dd333a5dacb94b388e95d4957a79fae43ce318e8 (diff) | |
download | ATCD-f3f74d3f3dd3c588751dd5a50bd75d725d520d90.tar.gz |
*** empty log message ***
Diffstat (limited to 'tests')
-rw-r--r-- | tests/Reactors_Test.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Reactors_Test.cpp b/tests/Reactors_Test.cpp index d5414fdec07..69a30e1ac3d 100644 --- a/tests/Reactors_Test.cpp +++ b/tests/Reactors_Test.cpp @@ -109,7 +109,7 @@ Test_Task::close (u_long) ASYS_TEXT ("(%t) close Test_Task::task_count_ = %d\n"), Test_Task::task_count_)); - ACE_ASSERT (Test_Task::task_count_ < 0); + ACE_ASSERT (Test_Task::task_count_ >= 0); return 0; } |