From d62c9696fb000b392c4b2d6ab452f9ab7c63b406 Mon Sep 17 00:00:00 2001 From: Dan Kegel Date: Fri, 3 Dec 2021 20:26:16 -0800 Subject: [PATCH] os_unix_test.go: rename to os_anyos_test.go, add windows build tag Also remove now-unsupported freebsd build tag. --- src/os/{os_unix_test.go => os_anyos_test.go} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename src/os/{os_unix_test.go => os_anyos_test.go} (97%) diff --git a/src/os/os_unix_test.go b/src/os/os_anyos_test.go similarity index 97% rename from src/os/os_unix_test.go rename to src/os/os_anyos_test.go index c1e53da2..d428c49f 100644 --- a/src/os/os_unix_test.go +++ b/src/os/os_anyos_test.go @@ -1,4 +1,4 @@ -// +build darwin linux,!baremetal freebsd,!baremetal +// +build windows darwin linux,!baremetal package os_test