Fixed non-memory related failing tests
Run tests / Run tests (push) Failing after 9s

This commit is contained in:
2026-05-04 20:42:46 +03:00
parent 396e2c1e52
commit 82abc8fee5
3 changed files with 68 additions and 17 deletions
-2
View File
@@ -5,8 +5,6 @@
int main(void)
{
assert(EV_VEC_GROWTH_RATE > 1);
ev_vec(i32) v = ev_vec_init(i32);
assert(v != NULL);