summaryrefslogtreecommitdiff
path: root/tests/test_heap.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test_heap.c')
-rw-r--r--tests/test_heap.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/test_heap.c b/tests/test_heap.c
index a8dd13e0a..4af1492be 100644
--- a/tests/test_heap.c
+++ b/tests/test_heap.c
@@ -135,8 +135,7 @@ AST_TEST_DEFINE(heap_test_2)
"Push one hundred thousand random elements on to a heap, "
"verify that the heap has been properly constructed, "
"and then ensure that the elements are come back off "
- "in the proper order."
- "\n";
+ "in the proper order.";
return AST_TEST_NOT_RUN;
case TEST_EXECUTE:
break;