Add missing test attr and don't zero memory when reserve already did

This commit is contained in:
Damian Tarnawski
2025-08-26 13:03:26 +02:00
parent 83a78d5d28
commit ce0cf7076c
2 changed files with 8 additions and 8 deletions
@@ -213,6 +213,7 @@ test_soa_array_resize :: proc(t: ^testing.T) {
testing.expect_value(t, array[2], V{0, 0})
}
@(test)
test_soa_make_len :: proc(t: ^testing.T) {
array, err := make(#soa[dynamic][2]int, 2)