summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to '')
l---------tests/functional/version/main.go1
-rw-r--r--tests/functional/version/scrypt.go13
2 files changed, 0 insertions, 14 deletions
diff --git a/tests/functional/version/main.go b/tests/functional/version/main.go
deleted file mode 120000
index f67563d..0000000
--- a/tests/functional/version/main.go
+++ /dev/null
@@ -1 +0,0 @@
-../../main.go \ No newline at end of file
diff --git a/tests/functional/version/scrypt.go b/tests/functional/version/scrypt.go
deleted file mode 100644
index 5133f8c..0000000
--- a/tests/functional/version/scrypt.go
+++ /dev/null
@@ -1,13 +0,0 @@
-package scrypt
-
-import (
- g "gobang"
-)
-
-
-
-func MainTest() {
- g.Testing("we can get the lib version", func() {
- g.TAssertEqual(len(Version) >= 5, true)
- })
-}