summaryrefslogtreecommitdiff
path: root/tests/Bound_Ptr_Test.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/Bound_Ptr_Test.cpp')
-rw-r--r--tests/Bound_Ptr_Test.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Bound_Ptr_Test.cpp b/tests/Bound_Ptr_Test.cpp
index e2d85c27d31..03bc61a79e1 100644
--- a/tests/Bound_Ptr_Test.cpp
+++ b/tests/Bound_Ptr_Test.cpp
@@ -167,7 +167,7 @@ Printer::print (void)
{
ACE_DEBUG ((LM_DEBUG,
ACE_TEXT ("(%t) %s\n"),
- ACE_TEXT_CHAR_TO_TCHAR(this->message_)));
+ ACE_TEXT_TO_TCHAR_IN(this->message_)));
}
#if defined (ACE_HAS_THREADS)