diff options
author | nanbor <nanbor@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2002-03-06 21:48:04 +0000 |
---|---|---|
committer | nanbor <nanbor@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2002-03-06 21:48:04 +0000 |
commit | 7ea713c22bfdb04b1cd5be2dac34c83b1e83fd04 (patch) | |
tree | 5ec27b869b80ab5e84a381932afb8d7df29634aa /tests/OS_Test.cpp | |
parent | 168c3a342c5dfd5531d622f1ae142a2c762b6b5b (diff) | |
download | ATCD-7ea713c22bfdb04b1cd5be2dac34c83b1e83fd04.tar.gz |
ChangeLogTag:Wed Mar 6 14:43:34 2002 Nanbor Wang <nanbor@cs.wustl.edu>
Diffstat (limited to 'tests/OS_Test.cpp')
-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 a76a89c1c37..5733be4633d 100644 --- a/tests/OS_Test.cpp +++ b/tests/OS_Test.cpp @@ -455,7 +455,7 @@ string_emulation_test (void) } int -main (int, ACE_TCHAR *[]) +ACE_TMAIN (int, ACE_TCHAR *[]) { ACE_START_TEST (ACE_TEXT ("OS_Test")); |