diff options
author | Johnny Willemsen <jwillemsen@remedy.nl> | 2004-01-15 18:51:30 +0000 |
---|---|---|
committer | Johnny Willemsen <jwillemsen@remedy.nl> | 2004-01-15 18:51:30 +0000 |
commit | dd06924123db719d6cc54d579fa025e4801de121 (patch) | |
tree | c226f2b5cff8a40a608cd6f428c9c3740099b53b /tests/ACE_Init_Test.cpp | |
parent | 82cad08ae67c80165db98790a2b2850c6d87a68c (diff) | |
download | ATCD-dd06924123db719d6cc54d579fa025e4801de121.tar.gz |
ChangeLogTag: Thu Jan 15 18:42:11 UTC 2004 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'tests/ACE_Init_Test.cpp')
-rw-r--r-- | tests/ACE_Init_Test.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ACE_Init_Test.cpp b/tests/ACE_Init_Test.cpp index 3e294ae0949..ae354fc0d4f 100644 --- a/tests/ACE_Init_Test.cpp +++ b/tests/ACE_Init_Test.cpp @@ -21,7 +21,7 @@ // If this is not a WIN32 platform do not even try to compile the // test, many of the #includes make little sense. int -run_main (int, char*[]) +run_main (int, ACE_TCHAR *[]) { ACE_START_TEST (ACE_TEXT ("ACE_Init_Test")); ACE_ERROR ((LM_INFO, |