summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tests/test_strings.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/tests/test_strings.c b/tests/test_strings.c
index 05cc8df84..cf089a865 100644
--- a/tests/test_strings.c
+++ b/tests/test_strings.c
@@ -449,10 +449,6 @@ AST_TEST_DEFINE(escape_semicolons_test)
ast_test_validate(test, test_semi(";;;;;", "\\;\\;\\;\\;\\;", 11));
ast_test_validate(test, test_semi(";;\\;;;", "\\;\\;\\\\;\\;\\;", 32));
- ast_test_status_update(test, "This test should produce 2 'ast_escape_semicolons: FRACK!, Failed assertion' messages.\n");
- ast_test_validate(test, !test_semi(NULL, "xx\\;xx", 8));
- ast_test_validate(test, !test_semi("xx;xx", "xx\\;xx", -1));
-
return AST_TEST_PASS;
}