summaryrefslogtreecommitdiff
path: root/utilities_test.go
diff options
context:
space:
mode:
authorhorus_arch2015-03-20 23:16:27 +0100
committerhorus_arch2015-03-20 23:16:27 +0100
commit491462e033ae78a5b5c4f93ed8d5663e4da0a9e3 (patch)
treecdc82ee4c600a86ba6bc7b92a589b129a01c7429 /utilities_test.go
parent17bea88eb3f6e2bc5f63641437a997cc8bd32881 (diff)
downloadfreemail-491462e033ae78a5b5c4f93ed8d5663e4da0a9e3.tar.gz
Fix bug which prevented creating a new entry.
Diffstat (limited to 'utilities_test.go')
-rw-r--r--utilities_test.go5
1 files changed, 0 insertions, 5 deletions
diff --git a/utilities_test.go b/utilities_test.go
index 6e4d31c..4776323 100644
--- a/utilities_test.go
+++ b/utilities_test.go
@@ -1,5 +1,3 @@
-// +build all general
-
package main
import (
@@ -23,6 +21,3 @@ func TestCompareStrings(t *testing.T) {
t.Fatal("Strings are not equal. Exptected false")
}
}
-
-func TestCompareIPs(t *testing.T) {
-}