We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 17d2db8 commit 98d13a6Copy full SHA for 98d13a6
test/collections/src/Allocator.c
@@ -8,5 +8,5 @@ void Allocator_init_fini_empty(void) {
8
ecs_allocator_t a;
9
flecs_allocator_init(&a);
10
flecs_allocator_fini(&a);
11
- test_assert(true); // make sure there are no leaks, crashses
+ test_assert(true); // make sure there are no leaks, crashes
12
}
0 commit comments