summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ACE/tests/Process_Manager_Test.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/ACE/tests/Process_Manager_Test.cpp b/ACE/tests/Process_Manager_Test.cpp
index 9ef640d1b3d..2fa8d3a2372 100644
--- a/ACE/tests/Process_Manager_Test.cpp
+++ b/ACE/tests/Process_Manager_Test.cpp
@@ -596,6 +596,7 @@ run_main (int argc, ACE_TCHAR *argv[])
ACE_ERROR ((LM_ERROR,
ACE_TEXT ("(%P) %d processes left in manager\n"),
nr_procs));
+#endif /* defined (ACE_WIN32) */
#endif // ACE_HAS_PROCESS_SPAWN
ACE_END_TEST;
return test_status;