mirror of
https://github.com/odin-lang/Odin.git
synced 2026-04-19 21:10:30 +00:00
Add #+feature dynamic-literals to tests
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
#+feature dynamic-literals
|
||||
package test_encoding_cbor
|
||||
|
||||
import "base:intrinsics"
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
#+feature dynamic-literals
|
||||
package test_core_fmt
|
||||
|
||||
import "base:runtime"
|
||||
|
||||
@@ -12,6 +12,7 @@
|
||||
*/
|
||||
#+build !netbsd
|
||||
#+build !openbsd
|
||||
#+feature dynamic-literals
|
||||
package test_core_net
|
||||
|
||||
import "core:testing"
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
#+feature dynamic-literals
|
||||
package test_core_runtime
|
||||
|
||||
import "base:intrinsics"
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
#+feature dynamic-literals
|
||||
package test_core_slice
|
||||
|
||||
import "core:slice"
|
||||
|
||||
Reference in New Issue
Block a user