summaryrefslogtreecommitdiffstats
path: root/vendor/github.com/miekg/dns/rr_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/github.com/miekg/dns/rr_test.go')
-rw-r--r--vendor/github.com/miekg/dns/rr_test.go7
1 files changed, 0 insertions, 7 deletions
diff --git a/vendor/github.com/miekg/dns/rr_test.go b/vendor/github.com/miekg/dns/rr_test.go
deleted file mode 100644
index 77a153b1e..000000000
--- a/vendor/github.com/miekg/dns/rr_test.go
+++ /dev/null
@@ -1,7 +0,0 @@
-package dns
-
-// testRR returns the RR from string s. The error is thrown away.
-func testRR(s string) RR {
- r, _ := NewRR(s)
- return r
-}