diff options
Diffstat (limited to 'libgo/go/runtime/runtime_mmap_test.go')
-rw-r--r-- | libgo/go/runtime/runtime_mmap_test.go | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libgo/go/runtime/runtime_mmap_test.go b/libgo/go/runtime/runtime_mmap_test.go index 188fd5d..c7703f4 100644 --- a/libgo/go/runtime/runtime_mmap_test.go +++ b/libgo/go/runtime/runtime_mmap_test.go @@ -2,6 +2,8 @@ // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. +// +build aix darwin dragonfly freebsd hurd linux nacl netbsd openbsd solaris + package runtime_test import ( |