summaryrefslogtreecommitdiff
path: root/ACE/tests/Thread_Pool_Reactor_Resume_Test.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/tests/Thread_Pool_Reactor_Resume_Test.cpp')
-rw-r--r--ACE/tests/Thread_Pool_Reactor_Resume_Test.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/ACE/tests/Thread_Pool_Reactor_Resume_Test.cpp b/ACE/tests/Thread_Pool_Reactor_Resume_Test.cpp
index 9148f42e241..5f33d129a83 100644
--- a/ACE/tests/Thread_Pool_Reactor_Resume_Test.cpp
+++ b/ACE/tests/Thread_Pool_Reactor_Resume_Test.cpp
@@ -40,7 +40,7 @@
-#if defined (ACE_HAS_THREADS)
+#if defined (ACE_HAS_THREADS) && !defined ACE_LACKS_ACCEPT
#include "Thread_Pool_Reactor_Resume_Test.h"
typedef ACE_Strategy_Acceptor <Request_Handler, ACE_SOCK_ACCEPTOR> ACCEPTOR;
@@ -376,10 +376,10 @@ run_main (int argc, ACE_TCHAR *argv[])
int
run_main (int, ACE_TCHAR *[])
{
- ACE_START_TEST (ACE_TEXT ("Thread_Pool_Reactor_Test"));
+ ACE_START_TEST (ACE_TEXT ("Thread_Pool_Reactor_Resume_Test"));
ACE_ERROR ((LM_INFO,
- "threads not supported on this platform\n"));
+ "threads/accept not supported on this platform\n"));
ACE_END_TEST;
return 0;