Add #+feature dynamic-literals to tests

This commit is contained in:
gingerBill
2025-01-05 13:46:58 +00:00
parent 52d3497eda
commit a300a860ec
5 changed files with 5 additions and 0 deletions

View File

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

View File

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

View File

@@ -12,6 +12,7 @@
*/
#+build !netbsd
#+build !openbsd
#+feature dynamic-literals
package test_core_net
import "core:testing"

View File

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

View File

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