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:
parent
6f6a9445c9
commit
3baa98f26d
@ -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 (
|
Loading…
Reference in New Issue
Block a user