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/lex-auto.c | 4 ---- 1 file changed, 4 deletions(-) (limited to 'test/lex-auto.c') diff --git a/test/lex-auto.c b/test/lex-auto.c index ddd2da3..cd30819 100644 --- a/test/lex-auto.c +++ b/test/lex-auto.c @@ -59,8 +59,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; @@ -88,8 +86,6 @@ int main(int argc, char **argv) free(ctx.buf); - assert(parserutils_finalise(myrealloc, NULL) == PARSERUTILS_OK); - printf("PASS\n"); return 0; -- cgit v1.2.3