diff options
| author | gingerBill <bill@gingerbill.org> | 2025-01-05 14:03:08 +0000 |
|---|---|---|
| committer | gingerBill <bill@gingerbill.org> | 2025-01-05 14:03:08 +0000 |
| commit | 5df699abf2c15b90a914d7769a05ec644afbb81a (patch) | |
| tree | 3653b88e415a22bb49795746c823075fd521bd09 /tests | |
| parent | 3d984d75cc626a86c10a090facce8ea156295bbf (diff) | |
Add `#+feature dynamic-literals` to test
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/issues/test_issue_829.odin | 1 |
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" |