Files
thor/main_test.odin
T
2026-08-03 14:43:33 -04:00

10 lines
114 B
Odin

#+test
package main
import "core:testing"
@(test)
test_true :: proc(t: ^testing.T) {
testing.expect(t, true)
}