diff options
| author | Andre Weissflog <floooh@gmail.com> | 2024-02-10 15:32:51 +0100 |
|---|---|---|
| committer | Andre Weissflog <floooh@gmail.com> | 2024-02-10 15:32:51 +0100 |
| commit | 73b5ed982b786a9dec86557d5052c95fde7bbb04 (patch) | |
| tree | 0fd3dff409975aef53a4cd2f047723f7777f0542 /tests/functional | |
| parent | 5fe244ea585a432806e8f2aeeab9e4b9003af921 (diff) | |
| parent | a40c4460c9383228726efcb9f5b96abc996ba0fe (diff) | |
Merge branch 'master' into issue904-pass-cleanup
Diffstat (limited to 'tests/functional')
| -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 = { |