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