diff options
author | EuAndreh <eu@euandre.org> | 2025-05-15 07:47:17 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2025-05-15 07:47:17 -0300 |
commit | 5f5eec5b39467f8f061566cee818cf68ca78c70c (patch) | |
tree | 965ba69061b1459d46b81ac9dec2b73ad4f5556c /tests | |
parent | Setup i18n with gotext(0) (diff) | |
download | scrypt-5f5eec5b39467f8f061566cee818cf68ca78c70c.tar.gz scrypt-5f5eec5b39467f8f061566cee818cf68ca78c70c.tar.xz |
rm -rf tests/functional/version/
Diffstat (limited to '')
l--------- | tests/functional/version/main.go | 1 | ||||
-rw-r--r-- | tests/functional/version/scrypt.go | 13 |
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) - }) -} |