diff options
Diffstat (limited to 'test/wbrk-human-test.c')
-rw-r--r-- | test/wbrk-human-test.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/wbrk-human-test.c b/test/wbrk-human-test.c index 1fa9bd8..6f8bf7a 100644 --- a/test/wbrk-human-test.c +++ b/test/wbrk-human-test.c @@ -50,7 +50,7 @@ test(struct u8view sv, int id) u8cut(&src, &sv, U";", 1); struct u8view w; - dynarr(struct u8view) ws = {}; + dynarr(struct u8view) ws = {.alloc = alloc_heap}; while (u8cut(&w, &sv, U"|", 1) != MBEND) DAPUSH(&ws, w); |