mirror of
https://github.com/coredns/coredns.git
synced 2025-10-28 16:54:15 -04:00
6 lines
110 B
Go
6 lines
110 B
Go
|
|
package test
|
||
|
|
|
||
|
|
import "testing"
|
||
|
|
|
||
|
|
func TestA(t *testing.T) { A("miek.nl. IN A 127.0.0.1") } // should not crash
|