From 8bbc3c8191602458a0dccd965edce97f6903c4e0 Mon Sep 17 00:00:00 2001 From: Song Gao Date: Thu, 1 Mar 2018 14:23:49 -0800 Subject: [PATCH] fix darwin test build --- ipv4_other_test.go | 2 +- ipv4_linux_test.go => ipv4_unix_test.go | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename ipv4_linux_test.go => ipv4_unix_test.go (100%) diff --git a/ipv4_other_test.go b/ipv4_other_test.go index 7d2177f..2bdda60 100644 --- a/ipv4_other_test.go +++ b/ipv4_other_test.go @@ -1,4 +1,4 @@ -// +build !linux,!windows +// +build !linux,!windows,!darwin package water diff --git a/ipv4_linux_test.go b/ipv4_unix_test.go similarity index 100% rename from ipv4_linux_test.go rename to ipv4_unix_test.go