aboutsummaryrefslogtreecommitdiff
path: root/tests/core/image
diff options
context:
space:
mode:
authorgingerBill <bill@gingerbill.org>2025-01-05 14:00:23 +0000
committergingerBill <bill@gingerbill.org>2025-01-05 14:00:23 +0000
commit3d984d75cc626a86c10a090facce8ea156295bbf (patch)
treeb04603c7d232abcee56a61c6d65f7e12d3c788b8 /tests/core/image
parenta300a860ec53b0085ef46774e7b6e96a09dc9f0f (diff)
Add `#+feature dynamic-literals` to tests
Diffstat (limited to 'tests/core/image')
-rw-r--r--tests/core/image/test_core_image.odin1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/core/image/test_core_image.odin b/tests/core/image/test_core_image.odin
index 899596229..8f6091481 100644
--- a/tests/core/image/test_core_image.odin
+++ b/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"