summaryrefslogtreecommitdiff
path: root/tests/gobang_main.go
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2024-08-05 16:51:41 -0300
committerEuAndreh <eu@euandre.org>2024-08-05 16:51:41 -0300
commit27f3f26e8ffa52aed694a0d6d17efcdd8278ba6f (patch)
tree89a881998c208e46bf0b81c95361b2e0b363b12e /tests/gobang_main.go
parentMakefile: Build with "go tool compile" and "go tool link" (diff)
downloadgobang-27f3f26e8ffa52aed694a0d6d17efcdd8278ba6f.tar.gz
gobang-27f3f26e8ffa52aed694a0d6d17efcdd8278ba6f.tar.xz
Start using TestStart() and Testing()
Diffstat (limited to 'tests/gobang_main.go')
-rw-r--r--tests/gobang_main.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/gobang_main.go b/tests/gobang_main.go
index d5cb7f2..2dcbdf0 100644
--- a/tests/gobang_main.go
+++ b/tests/gobang_main.go
@@ -3,5 +3,5 @@ package main
import "gobang"
func main() {
- gobang.Main()
+ gobang.MainTest()
}