summaryrefslogtreecommitdiff
path: root/tests/ARGV_Test.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ARGV_Test.cpp')
-rw-r--r--tests/ARGV_Test.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ARGV_Test.cpp b/tests/ARGV_Test.cpp
index bb06c6b8d31..a2eb057d5d4 100644
--- a/tests/ARGV_Test.cpp
+++ b/tests/ARGV_Test.cpp
@@ -70,7 +70,7 @@ test_argv_type_converter (void)
ACE_DEBUG ((LM_DEBUG,
ACE_TEXT (" (%d) %s\n"),
i,
- ACE_TEXT_CHAR_TO_TCHAR (argv[i])));
+ ACE_TEXT_TO_TCHAR_IN (argv[i])));
}
for (size_t i = 0; save_argv[i]; ++i)