From ce0cf7076cf0353b91b4fa73953fc6db01e31c0b Mon Sep 17 00:00:00 2001 From: Damian Tarnawski Date: Tue, 26 Aug 2025 13:03:26 +0200 Subject: Add missing test attr and don't zero memory when reserve already did --- tests/core/runtime/test_core_runtime.odin | 1 + 1 file changed, 1 insertion(+) (limited to 'tests') diff --git a/tests/core/runtime/test_core_runtime.odin b/tests/core/runtime/test_core_runtime.odin index 6c3b489d7..881b5f41a 100644 --- a/tests/core/runtime/test_core_runtime.odin +++ b/tests/core/runtime/test_core_runtime.odin @@ -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) -- cgit v1.2.3