summaryrefslogtreecommitdiff
path: root/tests/Priority_Reactor_Test.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/Priority_Reactor_Test.cpp')
-rw-r--r--tests/Priority_Reactor_Test.cpp7
1 files changed, 1 insertions, 6 deletions
diff --git a/tests/Priority_Reactor_Test.cpp b/tests/Priority_Reactor_Test.cpp
index 59b5f132e8b..16e7e96e950 100644
--- a/tests/Priority_Reactor_Test.cpp
+++ b/tests/Priority_Reactor_Test.cpp
@@ -45,12 +45,7 @@ USELIB("..\ace\aced.lib");
// The number of children to run, it can be changed using the -c
// option.
-static int opt_nchildren =
-#if defined (__Lynx__)
- 5;
-#else /* ! __Lynx__ */
- 10;
-#endif /* ! __Lynx__ */
+static int opt_nchildren = 10;
// The number of loops per children, it can be changed using the -l
// option.