mirror of
https://github.com/odin-lang/Odin.git
synced 2025-12-28 17:04:34 +00:00
Add #+feature dynamic-literals to tests
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
#+feature dynamic-literals
|
||||
package test_core_hash
|
||||
|
||||
import "core:hash/xxhash"
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
// Hash Test Vectors
|
||||
#+feature dynamic-literals
|
||||
package test_core_hash
|
||||
|
||||
XXHASH_Test_Vectors :: struct #packed {
|
||||
|
||||
@@ -7,6 +7,7 @@
|
||||
|
||||
A test suite for PNG, TGA, NetPBM, QOI and BMP.
|
||||
*/
|
||||
#+feature dynamic-literals
|
||||
package test_core_image
|
||||
|
||||
import "core:testing"
|
||||
|
||||
Reference in New Issue
Block a user