summaryrefslogtreecommitdiff
path: root/test/tree.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/tree.c')
-rw-r--r--test/tree.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/tree.c b/test/tree.c
index ae947a0..ff8f49a 100644
--- a/test/tree.c
+++ b/test/tree.c
@@ -103,7 +103,7 @@ int main(int argc, char **argv)
/* Initialise library */
assert(hubbub_initialise(argv[1], myrealloc, NULL) == HUBBUB_OK);
- parser = hubbub_parser_create("UTF-8", "UTF-8", myrealloc, NULL);
+ parser = hubbub_parser_create("UTF-8", myrealloc, NULL);
assert(parser != NULL);
params.tree_handler = &tree_handler;