summaryrefslogtreecommitdiff
path: root/test/select-auto.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/select-auto.c')
-rw-r--r--test/select-auto.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/test/select-auto.c b/test/select-auto.c
index d09162a..a5a8e91 100644
--- a/test/select-auto.c
+++ b/test/select-auto.c
@@ -212,8 +212,6 @@ int main(int argc, char **argv)
printf("css_hint: %u\n", (int) sizeof(css_hint));
printf("computed: %u\n", (int) sizeof(css_computed_style));
- assert(parserutils_initialise(argv[1], myrealloc, NULL) == PARSERUTILS_OK);
-
memset(&ctx, 0, sizeof(ctx));
assert(lwc_initialise(counting_realloc, &counter, 0) == lwc_error_ok);
@@ -238,8 +236,6 @@ int main(int argc, char **argv)
assert(counter == 2);
- assert(parserutils_finalise(myrealloc, NULL) == PARSERUTILS_OK);
-
printf("PASS\n");
return 0;
}