summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorbala <balanatarajan@users.noreply.github.com>2001-09-08 14:35:52 +0000
committerbala <balanatarajan@users.noreply.github.com>2001-09-08 14:35:52 +0000
commit8570f7af0a8b92d43832b2d052a541756ac57300 (patch)
tree25cd3d900ecab3451c1305f50ed2ff6dc5b264ac /tests
parent984333b302bad3f00ac3756c341d2d6c28261149 (diff)
downloadATCD-8570f7af0a8b92d43832b2d052a541756ac57300.tar.gz
ChangeLogTag: Sat Sep 8 09:34:52 2001 Balachandran Natarajan <bala@cs.wustl.edu>
Diffstat (limited to 'tests')
-rw-r--r--tests/Logging_Strategy_Test.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Logging_Strategy_Test.cpp b/tests/Logging_Strategy_Test.cpp
index 2fac59480f3..689d5432efc 100644
--- a/tests/Logging_Strategy_Test.cpp
+++ b/tests/Logging_Strategy_Test.cpp
@@ -451,7 +451,7 @@ int main (int argc, ACE_TCHAR *argv [])
// statically
ACE_Logging_Strategy logging_strategy;
char ls_argc = argc - 1;
- ACE_Auto_Basic_ptr<ACE_TCHAR *> ls_argv (new ACE_TCHAR *[ls_argc]);
+ ACE_Auto_Basic_Ptr<ACE_TCHAR *> ls_argv (new ACE_TCHAR *[ls_argc]);
for (char c = 0; c < ls_argc; c++)
(ls_argv.get ())[c] = argv[c+1];