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.c | 5 ----- 1 file changed, 5 deletions(-) (limited to 'test/lex.c') diff --git a/test/lex.c b/test/lex.c index 96c36dc..ba51f97 100644 --- a/test/lex.c +++ b/test/lex.c @@ -136,9 +136,6 @@ int main(int argc, char **argv) return 1; } - /* Initialise library */ - assert(parserutils_initialise(argv[1], myrealloc, NULL) == PARSERUTILS_OK); - for (i = 0; i < ITERATIONS; i++) { assert(parserutils_inputstream_create("UTF-8", CSS_CHARSET_DICTATED,css_charset_extract, @@ -203,8 +200,6 @@ int main(int argc, char **argv) parserutils_inputstream_destroy(stream); } - assert(parserutils_finalise(myrealloc, NULL) == PARSERUTILS_OK); - printf("PASS\n"); return 0; -- cgit v1.2.3