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/parse.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'test/parse.c') 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; -- cgit v1.2.3