1
0
mirror of https://github.com/golang/go synced 2024-11-12 09:20:22 -07:00

syscall: make getrlimit, setrlimit tests work on unix variants

R=golang-codereviews, iant
CC=golang-codereviews
https://golang.org/cl/53690043
This commit is contained in:
Mikio Hara 2014-01-18 08:34:31 +09:00
parent 6f6a9445c9
commit 3baa98f26d

View File

@ -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 darwin dragonfly freebsd linux netbsd openbsd
package syscall_test
import (