aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorgingerBill <bill@gingerbill.org>2025-01-05 14:03:08 +0000
committergingerBill <bill@gingerbill.org>2025-01-05 14:03:08 +0000
commit5df699abf2c15b90a914d7769a05ec644afbb81a (patch)
tree3653b88e415a22bb49795746c823075fd521bd09 /tests
parent3d984d75cc626a86c10a090facce8ea156295bbf (diff)
Add `#+feature dynamic-literals` to test
Diffstat (limited to 'tests')
-rw-r--r--tests/issues/test_issue_829.odin1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/issues/test_issue_829.odin b/tests/issues/test_issue_829.odin
index 229d8e9b4..3287c49fe 100644
--- a/tests/issues/test_issue_829.odin
+++ b/tests/issues/test_issue_829.odin
@@ -1,4 +1,5 @@
// Tests issue #829 https://github.com/odin-lang/Odin/issues/829
+#+feature dynamic-literals
package test_issues
import "core:testing"