Example test and git hooks
This commit is contained in:
+2
-1
@@ -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")
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user