diff options
Diffstat (limited to 'test/proxy_test.go')
-rw-r--r-- | test/proxy_test.go | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/test/proxy_test.go b/test/proxy_test.go index 15e3ccdcd..b8765ef10 100644 --- a/test/proxy_test.go +++ b/test/proxy_test.go @@ -12,14 +12,6 @@ import ( "github.com/miekg/dns" ) -const exampleOrg = `; example.org test file -example.org. IN SOA sns.dns.icann.org. noc.dns.icann.org. 2015082541 7200 3600 1209600 3600 -example.org. IN NS b.iana-servers.net. -example.org. IN NS a.iana-servers.net. -example.org. IN A 127.0.0.1 -example.org. IN A 127.0.0.2 -` - func TestLookupProxy(t *testing.T) { name, rm, err := test.TempFile(".", exampleOrg) if err != nil { |