summaryrefslogtreecommitdiff
path: root/utilities_test.go
diff options
context:
space:
mode:
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) {
-}