From 0f42317438bf0f5e85a17ada1bdf755e82fadf30 Mon Sep 17 00:00:00 2001 From: Daniel Silverstone Date: Sat, 4 Dec 2010 15:33:06 +0000 Subject: Remove initialisation of libparserutils from tests svn path=/trunk/libcss/; revision=10962 --- test/parse2-auto.c | 4 ---- 1 file changed, 4 deletions(-) (limited to 'test/parse2-auto.c') diff --git a/test/parse2-auto.c b/test/parse2-auto.c index 0305b4c..b815a8c 100644 --- a/test/parse2-auto.c +++ b/test/parse2-auto.c @@ -84,8 +84,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; @@ -116,8 +114,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); -- cgit v1.2.3