Example test and git hooks

This commit is contained in:
Riyyi
2026-08-03 21:51:48 +02:00
parent 7e3762a442
commit b3da887cc8
4 changed files with 24 additions and 2 deletions
+2 -1
View File
@@ -3,5 +3,6 @@ package tests
import "core:testing"
@(test)
foo :: proc(_: ^testing.T) {
foo :: proc(t: ^testing.T) {
testing.expect(t, 1 + 1 == 2, "pass")
}