diff options
Diffstat (limited to '')
-rw-r--r-- | tests/functional/version/scrypt.go | 13 |
1 files changed, 0 insertions, 13 deletions
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) - }) -} |