Files
thor/main_test.odin
T
2026-07-10 16:49:26 -04:00

11 lines
115 B
Odin

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