summaryrefslogtreecommitdiff
path: root/tests/test_expr.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test_expr.c')
-rw-r--r--tests/test_expr.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_expr.c b/tests/test_expr.c
index e29a6a5cf..2939c20cd 100644
--- a/tests/test_expr.c
+++ b/tests/test_expr.c
@@ -158,7 +158,7 @@ AST_TEST_DEFINE(expr_test)
info->category = "/main/ast_expr/";
info->summary = "unit test for the internal expression engine";
info->description =
- "Verifies behavior for the internal expression engine\n";
+ "Verifies behavior for the internal expression engine";
return AST_TEST_NOT_RUN;
case TEST_EXECUTE:
break;