summaryrefslogtreecommitdiff
path: root/test/parse-auto.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/parse-auto.c')
-rw-r--r--test/parse-auto.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/test/parse-auto.c b/test/parse-auto.c
index 77405c0..55a817e 100644
--- a/test/parse-auto.c
+++ b/test/parse-auto.c
@@ -111,8 +111,6 @@ int main(int argc, char **argv)
return 1;
}
- assert(parserutils_initialise(argv[1], myrealloc, NULL) == PARSERUTILS_OK);
-
ctx.buflen = parse_filesize(argv[2]);
if (ctx.buflen == 0)
return 1;
@@ -143,8 +141,6 @@ int main(int argc, char **argv)
free(ctx.buf);
- assert(parserutils_finalise(myrealloc, NULL) == PARSERUTILS_OK);
-
printf("INFO: Counter is %zu\n", counter);
lwc_iterate_strings(printing_lwc_iterator, NULL);