Skip to content

Commit

Permalink
Add #+feature dynamic-literals to tests
Browse files Browse the repository at this point in the history
  • Loading branch information
gingerBill committed Jan 5, 2025
1 parent a300a86 commit 3d984d7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions tests/core/hash/test_core_hash.odin
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
#+feature dynamic-literals
package test_core_hash

import "core:hash/xxhash"
Expand Down
1 change: 1 addition & 0 deletions tests/core/hash/test_vectors_xxhash.odin
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
// Hash Test Vectors
#+feature dynamic-literals
package test_core_hash

XXHASH_Test_Vectors :: struct #packed {
Expand Down
1 change: 1 addition & 0 deletions tests/core/image/test_core_image.odin
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
A test suite for PNG, TGA, NetPBM, QOI and BMP.
*/
#+feature dynamic-literals
package test_core_image

import "core:testing"
Expand Down

0 comments on commit 3d984d7

Please sign in to comment.