OSDN Git Service

libgo: Update to weekly 2011-11-09.
[pf3gnuchains/gcc-fork.git] / libgo / go / net / lookup_test.go
index 6b7e53d..9a39ca8 100644 (file)
@@ -52,10 +52,6 @@ func TestGmailMX(t *testing.T) {
 }
 
 func TestGmailTXT(t *testing.T) {
-       if runtime.GOOS == "windows" {
-               t.Logf("LookupTXT is not implemented on Windows")
-               return
-       }
        if testing.Short() || avoidMacFirewall {
                t.Logf("skipping test to avoid external network")
                return