summaryrefslogtreecommitdiff
path: root/tests/Aio_Platform_Test.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/Aio_Platform_Test.cpp')
-rw-r--r--tests/Aio_Platform_Test.cpp5
1 files changed, 3 insertions, 2 deletions
diff --git a/tests/Aio_Platform_Test.cpp b/tests/Aio_Platform_Test.cpp
index 22c13223e06..2c75f7d6022 100644
--- a/tests/Aio_Platform_Test.cpp
+++ b/tests/Aio_Platform_Test.cpp
@@ -189,8 +189,9 @@ run_main (int, ACE_TCHAR *[])
"ACE_HAS_AIO_CALLS can be defined for this platform\n"
"Further tests at $ACE_ROOT/examples/Reactor/Proactor\n"));
else
- ACE_ERROR ((LM_INFO,
- "AIO not supported on this platform\n"));
+ ACE_ERROR_RETURN ((LM_ERROR,
+ "AIO not found.Test failed\n"),
+ -1);
ACE_END_TEST;