summaryrefslogtreecommitdiff
path: root/test/parser.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/parser.c')
-rw-r--r--test/parser.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/parser.c b/test/parser.c
index 31cf541..6585bc7 100644
--- a/test/parser.c
+++ b/test/parser.c
@@ -32,7 +32,7 @@ static int run_test(int argc, char **argv, unsigned int CHUNK_SIZE)
/* Initialise library */
assert(hubbub_initialise(argv[1], myrealloc, NULL) == HUBBUB_OK);
- parser = hubbub_parser_create("UTF-8", myrealloc, NULL);
+ parser = hubbub_parser_create("UTF-8", false, myrealloc, NULL);
assert(parser != NULL);
params.token_handler.handler = token_handler;