summaryrefslogtreecommitdiff
path: root/test/parse.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/parse.c')
-rw-r--r--test/parse.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/test/parse.c b/test/parse.c
index 9e28c3d..b42356d 100644
--- a/test/parse.c
+++ b/test/parse.c
@@ -91,7 +91,6 @@ int main(int argc, char **argv)
}
/* Initialise library */
- assert(parserutils_initialise(argv[1], myrealloc, NULL) == PARSERUTILS_OK);
assert(lwc_initialise(myrealloc, NULL, 0) == lwc_error_ok);
for (i = 0; i < ITERATIONS; i++) {
@@ -141,8 +140,6 @@ int main(int argc, char **argv)
}
- assert(parserutils_finalise(myrealloc, NULL) == PARSERUTILS_OK);
-
printf("PASS\n");
return 0;