aboutsummaryrefslogtreecommitdiff
path: root/main_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'main_test.go')
-rw-r--r--main_test.go9
1 files changed, 0 insertions, 9 deletions
diff --git a/main_test.go b/main_test.go
deleted file mode 100644
index 1504011..0000000
--- a/main_test.go
+++ /dev/null
@@ -1,9 +0,0 @@
-package main_test
-
-import (
- "testing"
-)
-
-func TestNothing(t *testing.T) {
- t.Logf("Dummy test passed")
-}