summaryrefslogtreecommitdiff
path: root/test/tokeniser2.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/tokeniser2.c')
-rw-r--r--test/tokeniser2.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/test/tokeniser2.c b/test/tokeniser2.c
index 82cbea0..a584f49 100644
--- a/test/tokeniser2.c
+++ b/test/tokeniser2.c
@@ -54,9 +54,6 @@ int main(int argc, char **argv)
return 1;
}
- /* Initialise library */
- assert(hubbub_initialise(argv[1], myrealloc, NULL) == HUBBUB_OK);
-
json = json_object_from_file(argv[2]);
assert(!is_error(json));
@@ -113,8 +110,6 @@ int main(int argc, char **argv)
json_object_put(json);
- assert(hubbub_finalise(myrealloc, NULL) == HUBBUB_OK);
-
printf("PASS\n");
return 0;