From 2c68ae7af428a08792c73f8b78c5ad43f673be61 Mon Sep 17 00:00:00 2001 From: Andre Weissflog Date: Sun, 7 Dec 2025 16:25:40 +0100 Subject: fix tests (forgot an sg_shutdown in sokol_debugtext_test) --- tests/functional/sokol_debugtext_test.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tests/functional/sokol_debugtext_test.c b/tests/functional/sokol_debugtext_test.c index 205fd537..598e83e3 100644 --- a/tests/functional/sokol_debugtext_test.c +++ b/tests/functional/sokol_debugtext_test.c @@ -517,4 +517,5 @@ UTEST(sokol_debug_text, command_buffer_overflow) { sdtx_layer(4); sdtx_puts("4"); T(_sdtx.cur_ctx->commands.next == 4); -} \ No newline at end of file + shutdown(); +} -- cgit v1.2.3