Sfoglia il codice sorgente

Add `#+feature dynamic-literals` to tests

gingerBill 8 mesi fa
parent
commit
a300a860ec

+ 1 - 0
tests/core/encoding/cbor/test_core_cbor.odin

@@ -1,3 +1,4 @@
+#+feature dynamic-literals
 package test_encoding_cbor
 
 import "base:intrinsics"

+ 1 - 0
tests/core/fmt/test_core_fmt.odin

@@ -1,3 +1,4 @@
+#+feature dynamic-literals
 package test_core_fmt
 
 import "base:runtime"

+ 1 - 0
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"

+ 1 - 0
tests/core/runtime/test_core_runtime.odin

@@ -1,3 +1,4 @@
+#+feature dynamic-literals
 package test_core_runtime
 
 import "base:intrinsics"

+ 1 - 0
tests/core/slice/test_core_slice.odin

@@ -1,3 +1,4 @@
+#+feature dynamic-literals
 package test_core_slice
 
 import "core:slice"