Explorar el Código

Add `#+feature dynamic-literals` to test

gingerBill hace 8 meses
padre
commit
5df699abf2
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  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"