diff --git a/tests/core/encoding/cbor/test_core_cbor.odin b/tests/core/encoding/cbor/test_core_cbor.odin index c614727b9..ee853ebac 100644 --- a/tests/core/encoding/cbor/test_core_cbor.odin +++ b/tests/core/encoding/cbor/test_core_cbor.odin @@ -1,3 +1,4 @@ +#+feature dynamic-literals package test_encoding_cbor import "base:intrinsics" diff --git a/tests/core/fmt/test_core_fmt.odin b/tests/core/fmt/test_core_fmt.odin index 3a1eb37e7..c79a15e85 100644 --- a/tests/core/fmt/test_core_fmt.odin +++ b/tests/core/fmt/test_core_fmt.odin @@ -1,3 +1,4 @@ +#+feature dynamic-literals package test_core_fmt import "base:runtime" diff --git a/tests/core/net/test_core_net.odin b/tests/core/net/test_core_net.odin index bc3ff5c46..0d57bd94a 100644 --- a/tests/core/net/test_core_net.odin +++ b/tests/core/net/test_core_net.odin @@ -12,6 +12,7 @@ */ #+build !netbsd #+build !openbsd +#+feature dynamic-literals package test_core_net import "core:testing" diff --git a/tests/core/runtime/test_core_runtime.odin b/tests/core/runtime/test_core_runtime.odin index c1a3ed718..be6c24c72 100644 --- a/tests/core/runtime/test_core_runtime.odin +++ b/tests/core/runtime/test_core_runtime.odin @@ -1,3 +1,4 @@ +#+feature dynamic-literals package test_core_runtime import "base:intrinsics" diff --git a/tests/core/slice/test_core_slice.odin b/tests/core/slice/test_core_slice.odin index 9c77f872d..98cb8dbac 100644 --- a/tests/core/slice/test_core_slice.odin +++ b/tests/core/slice/test_core_slice.odin @@ -1,3 +1,4 @@ +#+feature dynamic-literals package test_core_slice import "core:slice"