diff options
author | dhinton <dhinton@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2003-05-18 19:17:36 +0000 |
---|---|---|
committer | dhinton <dhinton@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2003-05-18 19:17:36 +0000 |
commit | 3af82d10ad99eb8a8a1e9242f34d27e35f232db6 (patch) | |
tree | bd18581d6702960ad30d1eb9b7b662af649a3d3b /tests/Cached_Allocator_Test.cpp | |
parent | 46e86de7ab0abfc03504dd5d34e42283e27c568f (diff) | |
download | ATCD-3af82d10ad99eb8a8a1e9242f34d27e35f232db6.tar.gz |
ChangeLogTag:Sun May 18 19:18:45 UTC 2003 Don Hinton <dhinton@dresystems.com>
Diffstat (limited to 'tests/Cached_Allocator_Test.cpp')
-rw-r--r-- | tests/Cached_Allocator_Test.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Cached_Allocator_Test.cpp b/tests/Cached_Allocator_Test.cpp index 1eb8af6e612..e6836fc7ccf 100644 --- a/tests/Cached_Allocator_Test.cpp +++ b/tests/Cached_Allocator_Test.cpp @@ -138,7 +138,7 @@ stdspeed_test (ACE_UINT32 loops) } int -ACE_TMAIN (int argc, ACE_TCHAR *argv[]) +run_main (int argc, ACE_TCHAR *argv[]) { ACE_START_TEST (ACE_TEXT ("Cached_Allocator_Test")); |