From 5f5eec5b39467f8f061566cee818cf68ca78c70c Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Thu, 15 May 2025 07:47:17 -0300 Subject: rm -rf tests/functional/version/ --- tests/functional/version/main.go | 1 - tests/functional/version/scrypt.go | 13 ------------- 2 files changed, 14 deletions(-) delete mode 120000 tests/functional/version/main.go delete mode 100644 tests/functional/version/scrypt.go (limited to 'tests') 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) - }) -} -- cgit v1.2.3