diff options
Diffstat (limited to 'tests/Aio_Platform_Test.cpp')
-rw-r--r-- | tests/Aio_Platform_Test.cpp | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/tests/Aio_Platform_Test.cpp b/tests/Aio_Platform_Test.cpp index e29a6ce61b9..1add359f631 100644 --- a/tests/Aio_Platform_Test.cpp +++ b/tests/Aio_Platform_Test.cpp @@ -163,10 +163,8 @@ have_asynchio (void) #endif /* _POSIX_ASYNCHRONOUS_IO */ } - - int -main (int, char *[]) +main (int, ACE_TCHAR *[]) { ACE_START_TEST ("Aio_Platform_Test"); |