summaryrefslogtreecommitdiff
path: root/tests/Recursive_Mutex_Test.cpp
diff options
context:
space:
mode:
authornaga <naga@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-10-13 06:41:40 +0000
committernaga <naga@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-10-13 06:41:40 +0000
commita4b9ce72ffbc0c8cd6363598c1b8d8a3af9682d6 (patch)
tree9e68f505d9d17caf442efd34c515a84b993ddf61 /tests/Recursive_Mutex_Test.cpp
parent2d70ec82693bb9b2fd0ef93a451160caea5122cb (diff)
downloadATCD-a4b9ce72ffbc0c8cd6363598c1b8d8a3af9682d6.tar.gz
*** empty log message ***
Diffstat (limited to 'tests/Recursive_Mutex_Test.cpp')
-rw-r--r--tests/Recursive_Mutex_Test.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/Recursive_Mutex_Test.cpp b/tests/Recursive_Mutex_Test.cpp
index 84cb337911a..07642ee03d4 100644
--- a/tests/Recursive_Mutex_Test.cpp
+++ b/tests/Recursive_Mutex_Test.cpp
@@ -36,7 +36,7 @@ USELIB("..\ace\aced.lib");
#if defined (CHORUS)
// Chorus can't handle 100 iterations:
// [amThrd.C:154]: Failed to allocate an AmActor
- static size_t n_iterations = 50;
+ static size_t n_iterations = 45;
#else /* ! CHORUS */
static size_t n_iterations = 100;
#endif /* ! CHORUS */
@@ -70,7 +70,7 @@ worker (void *arg)
{
ACE_Recursive_Thread_Mutex *rm =
ACE_reinterpret_cast (ACE_Recursive_Thread_Mutex *,
- arg)
+ arg);
recursive_worker (0, rm);
return 0;
}