ソースを参照

Add `#+feature dynamic-literals` to test

gingerBill 8 ヶ月 前
コミット
5df699abf2
1 ファイル変更1 行追加0 行削除
  1. 1 0
      tests/issues/test_issue_829.odin

+ 1 - 0
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"