diff options
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/functional/sokol_gfx_test.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/functional/sokol_gfx_test.c b/tests/functional/sokol_gfx_test.c index c5bff77b..9dfa9108 100644 --- a/tests/functional/sokol_gfx_test.c +++ b/tests/functional/sokol_gfx_test.c @@ -1432,7 +1432,7 @@ UTEST(sokol_gfx, commit_listener_add_remove_add) { sg_shutdown(); } -UTEST(sokol_gfx, commit_listener_remove_non_existant) { +UTEST(sokol_gfx, commit_listener_remove_non_existent) { reset_commit_listener(); setup(&(sg_desc){0}); const sg_commit_listener l0 = { |