summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tests/Handle_Set_Test.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Handle_Set_Test.cpp b/tests/Handle_Set_Test.cpp
index b3d1c5f2b69..599b35ca5fc 100644
--- a/tests/Handle_Set_Test.cpp
+++ b/tests/Handle_Set_Test.cpp
@@ -87,7 +87,7 @@ test_boundaries (void)
handle_set.set_bit ((ACE_HANDLE) 129);
handle_set.set_bit ((ACE_HANDLE) 255);
- size_t count = 0;
+ int count = 0;
ACE_Handle_Set_Iterator i2 (handle_set);