summaryrefslogtreecommitdiff
path: root/tests/Process_Strategy_Test.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/Process_Strategy_Test.cpp')
-rw-r--r--tests/Process_Strategy_Test.cpp8
1 files changed, 1 insertions, 7 deletions
diff --git a/tests/Process_Strategy_Test.cpp b/tests/Process_Strategy_Test.cpp
index 11ec1c318c5..ca939ea2fec 100644
--- a/tests/Process_Strategy_Test.cpp
+++ b/tests/Process_Strategy_Test.cpp
@@ -236,13 +236,7 @@ Options::parse_args (int argc, char *argv[])
-1);
break;
#else
-# if defined (ACE_PSOS_DIAB)
- // Workaround for compiler confusion with strings in assertions.
- const int PROCESS_INVALID_ON_THIS_PLATFORM = 1;
- ACE_ASSERT (PROCESS_INVALID_ON_THIS_PLATFORM == 0);
-# else /* ! defined (ACE_PSOS_DIAB) */
ACE_ASSERT ("PROCESS invalid on this platform" == 0);
-# endif /* defined (ACE_PSOS_DIAB) */
#endif /* !defined (ACE_LACKS_FORK) */
case Options::THREAD:
#if defined (ACE_HAS_THREADS)
@@ -624,7 +618,7 @@ main (int argc, char *argv[])
#if !defined (ACE_LACKS_FORK)
// We're running the client and serve as separate processes.
- pid_t pid = ACE::fork ("child",
+ pid_t pid = ACE::fork ("child",
1); // Avoid zombies.
switch (pid)