summaryrefslogtreecommitdiff
path: root/tests/Reactor_Dispatch_Order_Test.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/Reactor_Dispatch_Order_Test.cpp')
-rw-r--r--tests/Reactor_Dispatch_Order_Test.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Reactor_Dispatch_Order_Test.cpp b/tests/Reactor_Dispatch_Order_Test.cpp
index 9e90801f0d6..fe3b7a6adc5 100644
--- a/tests/Reactor_Dispatch_Order_Test.cpp
+++ b/tests/Reactor_Dispatch_Order_Test.cpp
@@ -145,7 +145,7 @@ test_reactor_dispatch_order (ACE_Reactor &reactor)
Handler handler (reactor);
// This should trigger a call to <handle_input>.
- int result =
+ ssize_t result =
ACE::send_n (handler.pipe_.write_handle (),
message,
ACE_OS::strlen (message));