diff options
author | Steve Huston <shuston@riverace.com> | 2000-06-22 13:30:26 +0000 |
---|---|---|
committer | Steve Huston <shuston@riverace.com> | 2000-06-22 13:30:26 +0000 |
commit | 38465c082c6e824714e911af6c456d0b9e57e79b (patch) | |
tree | 9d4c3de974ff25d7037db731c09211ba941ccdee /tests | |
parent | 08b570c0afb63df467d4ae5a1879bdf89a88c346 (diff) | |
download | ATCD-38465c082c6e824714e911af6c456d0b9e57e79b.tar.gz |
ChangeLogTag:Thu Jun 22 08:28:48 2000 Steve Huston <shuston@riverace.com>
Diffstat (limited to 'tests')
-rw-r--r-- | tests/OS_Test.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/OS_Test.cpp b/tests/OS_Test.cpp index a89093ebc02..4943c585594 100644 --- a/tests/OS_Test.cpp +++ b/tests/OS_Test.cpp @@ -128,7 +128,7 @@ rename_test (void) int -main (int, char *argv[]) +main (int, ACE_TCHAR *[]) { ACE_START_TEST (ACE_TEXT ("OS_Test")); |