Files
coredns/middleware/test/helpers_test.go

9 lines
112 B
Go
Raw Normal View History

package test
import "testing"
func TestA(t *testing.T) {
// should not crash
A("miek.nl. IN A 127.0.0.1")
}