diff options
author | schmidt <douglascraigschmidt@users.noreply.github.com> | 1996-12-08 22:07:49 +0000 |
---|---|---|
committer | schmidt <douglascraigschmidt@users.noreply.github.com> | 1996-12-08 22:07:49 +0000 |
commit | 0edea73000df2676d1dd6b7fffe685f3f5030ac0 (patch) | |
tree | 923fca319913deedf33f4f1b95dc25736f288493 /tests/Mutex_Test.cpp | |
parent | 5835ba093f74dda2dadd22e3872c1debdee65355 (diff) | |
download | ATCD-0edea73000df2676d1dd6b7fffe685f3f5030ac0.tar.gz |
foo
Diffstat (limited to 'tests/Mutex_Test.cpp')
-rw-r--r-- | tests/Mutex_Test.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Mutex_Test.cpp b/tests/Mutex_Test.cpp index 518b957fb40..7bdc4acbe84 100644 --- a/tests/Mutex_Test.cpp +++ b/tests/Mutex_Test.cpp @@ -103,7 +103,7 @@ spawn (void) } int -main (int, char *argv[]) +main (int, char *[]) { ACE_START_TEST ("Mutex_Test"); |