diff options
Diffstat (limited to 'tests/overflow_test.c')
-rw-r--r-- | tests/overflow_test.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/overflow_test.c b/tests/overflow_test.c index d3a1816e..5c2c4ef1 100644 --- a/tests/overflow_test.c +++ b/tests/overflow_test.c @@ -59,7 +59,7 @@ main(void) {NULL, 0}}; SerdWorld* world = serd_world_new(); - SerdSink* sink = serd_sink_new(NULL); + SerdSink* sink = serd_sink_new(NULL, NULL); for (const Test* t = tests; t->str; ++t) { const SerdStatus st = test(world, sink, t->str, t->stack_size); |