summaryrefslogtreecommitdiff
path: root/tests/DLList_Test.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/DLList_Test.cpp')
-rw-r--r--tests/DLList_Test.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/DLList_Test.cpp b/tests/DLList_Test.cpp
index 57155d177ab..8dc77be3422 100644
--- a/tests/DLList_Test.cpp
+++ b/tests/DLList_Test.cpp
@@ -84,13 +84,13 @@ run_test (void)
if (ACE_EVEN (i)
&& list.insert_tail ((ACE_STRING *) &string_table[i]) == 0)
ACE_ERROR_RETURN ((LM_ERROR,
- ACE_TEXT ("%p failed for %s \n"),
+ ACE_TEXT ("%p failed for %s\n"),
ACE_TEXT ("insert"),
string_table[i]),
-1);
else if (list.insert_head ((ACE_STRING *) &string_table[i]) == 0)
ACE_ERROR_RETURN ((LM_ERROR,
- ACE_TEXT ("%p failed for %s \n"),
+ ACE_TEXT ("%p failed for %s\n"),
ACE_TEXT ("insert"),
string_table[i]),
-1);