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