summaryrefslogtreecommitdiffstats
path: root/vendor/github.com/miekg/dns/version_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/github.com/miekg/dns/version_test.go')
-rw-r--r--vendor/github.com/miekg/dns/version_test.go10
1 files changed, 0 insertions, 10 deletions
diff --git a/vendor/github.com/miekg/dns/version_test.go b/vendor/github.com/miekg/dns/version_test.go
deleted file mode 100644
index 61c404848..000000000
--- a/vendor/github.com/miekg/dns/version_test.go
+++ /dev/null
@@ -1,10 +0,0 @@
-package dns
-
-import "testing"
-
-func TestVersion(t *testing.T) {
- v := V{1, 0, 0}
- if x := v.String(); x != "1.0.0" {
- t.Fatalf("Failed to convert version %v, got: %s", v, x)
- }
-}