mirror of
https://github.com/Ed94/Odin.git
synced 2026-07-21 00:46:47 +00:00
Add missing test attr and don't zero memory when reserve already did
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user