Add #+feature dynamic-literals to tests

This commit is contained in:
gingerBill
2025-01-05 14:00:23 +00:00
parent a300a860ec
commit 3d984d75cc
3 changed files with 3 additions and 0 deletions

View File

@@ -1,3 +1,4 @@
#+feature dynamic-literals
package test_core_hash
import "core:hash/xxhash"

View File

@@ -1,4 +1,5 @@
// Hash Test Vectors
#+feature dynamic-literals
package test_core_hash
XXHASH_Test_Vectors :: struct #packed {

View File

@@ -7,6 +7,7 @@
A test suite for PNG, TGA, NetPBM, QOI and BMP.
*/
#+feature dynamic-literals
package test_core_image
import "core:testing"