summaryrefslogtreecommitdiff
path: root/tests/lib_test.go
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2024-08-10 21:02:25 -0300
committerEuAndreh <eu@euandre.org>2024-08-10 21:02:25 -0300
commitb03960fd93e5a1039754321a3562d48483801191 (patch)
tree65a8a41ebd07f3a46d8939863bfd4850ae4ae403 /tests/lib_test.go
parentInitial implementation (diff)
downloadglaze-b03960fd93e5a1039754321a3562d48483801191.tar.gz
glaze-b03960fd93e5a1039754321a3562d48483801191.tar.xz
Build with "go tool" and remove uneeded dependencies
Diffstat (limited to 'tests/lib_test.go')
-rw-r--r--tests/lib_test.go13
1 files changed, 0 insertions, 13 deletions
diff --git a/tests/lib_test.go b/tests/lib_test.go
deleted file mode 100644
index 31259c6..0000000
--- a/tests/lib_test.go
+++ /dev/null
@@ -1,13 +0,0 @@
-package lib_test
-
-import (
- "testing"
-
- "euandre.org/glaze/src"
-)
-
-func TestPlaceholder(t *testing.T) {
- if (&glaze.PatternPath{}).String() != "FIXME" {
- t.Fail()
- }
-}