From c6f86e98fec95d92e83fd316827cd0f709f32fcd Mon Sep 17 00:00:00 2001 From: Ken Sedgwick Date: Fri, 21 Aug 2015 11:56:25 -0700 Subject: [PATCH] unix: add solaris to mmap test Fixes golang/go#12255. Change-Id: Ie920d655de2531e9ddbd0bedcf34eaa8c9cace5a Reviewed-on: https://go-review.googlesource.com/13816 Reviewed-by: Ian Lance Taylor --- unix/mmap_unix_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/unix/mmap_unix_test.go b/unix/mmap_unix_test.go index 04d5720f..18ccec05 100644 --- a/unix/mmap_unix_test.go +++ b/unix/mmap_unix_test.go @@ -2,7 +2,7 @@ // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. -// +build darwin dragonfly freebsd linux netbsd openbsd +// +build darwin dragonfly freebsd linux netbsd openbsd solaris package unix_test