Przeglądaj źródła

Add `#+feature dynamic-literals` to tests

gingerBill 8 miesięcy temu
rodzic
commit
3d984d75cc

+ 1 - 0
tests/core/hash/test_core_hash.odin

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

+ 1 - 0
tests/core/hash/test_vectors_xxhash.odin

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

+ 1 - 0
tests/core/image/test_core_image.odin

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