mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-01 20:28:15 +00:00
Changed some recently added //+ usages to #+ and also fixed some //+ usages in some code generators.
This commit is contained in:
@@ -264,7 +264,7 @@ write_test_suite :: proc(example_tests: []Example_Test) {
|
||||
test_runner := strings.builder_make()
|
||||
|
||||
strings.write_string(&test_runner,
|
||||
`//+private
|
||||
`#+private
|
||||
package documentation_verification
|
||||
|
||||
import "core:os"
|
||||
|
||||
Reference in New Issue
Block a user