diff options
author | schmidt <douglascraigschmidt@users.noreply.github.com> | 1996-12-11 00:25:35 +0000 |
---|---|---|
committer | schmidt <douglascraigschmidt@users.noreply.github.com> | 1996-12-11 00:25:35 +0000 |
commit | 7786679837dbf18f8f2f2292b1a4d69f2a4cc837 (patch) | |
tree | d252969bc911b62d8f9a8260738ce06cbdee5f61 /tests/Process_Mutex_Test.cpp | |
parent | cfee5d9d3f5c7510e909a91559668565566fa5cd (diff) | |
download | ATCD-7786679837dbf18f8f2f2292b1a4d69f2a4cc837.tar.gz |
foo
Diffstat (limited to 'tests/Process_Mutex_Test.cpp')
-rw-r--r-- | tests/Process_Mutex_Test.cpp | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/tests/Process_Mutex_Test.cpp b/tests/Process_Mutex_Test.cpp index cfbec7bf50d..3739420c497 100644 --- a/tests/Process_Mutex_Test.cpp +++ b/tests/Process_Mutex_Test.cpp @@ -110,7 +110,9 @@ main (int argc, char *argv[]) // Spawn ACE_MAX_ITERATIONS processes which will contend for the lock ACE_Process servers[ACE_MAX_ITERATIONS]; - for (int i = 0; i < ACE_MAX_ITERATIONS; i++) + int i; + + for (i = 0; i < ACE_MAX_ITERATIONS; i++) { ACE_ASSERT (servers[i].start (s_argv) != -1); |