summaryrefslogtreecommitdiff
path: root/tests/Process_Strategy_Test.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/Process_Strategy_Test.cpp')
-rw-r--r--tests/Process_Strategy_Test.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Process_Strategy_Test.cpp b/tests/Process_Strategy_Test.cpp
index 361678b51dd..321b9aa311e 100644
--- a/tests/Process_Strategy_Test.cpp
+++ b/tests/Process_Strategy_Test.cpp
@@ -200,7 +200,7 @@ Options::parse_args (int argc, ACE_TCHAR *argv[])
ACE_TEXT ("Temporary path too long\n")),
-1);
- ACE_OS::strcat (this->filename_, ACE_TEXT ("process_strategy_test_temp"));
+ ACE_OS_String::strcat (this->filename_, ACE_TEXT ("process_strategy_test_temp"));
for (int c; (c = get_opt ()) != -1; )
switch (c)