mirror of
https://github.com/golang/go
synced 2024-11-15 10:20:40 -07:00
f7f91a0506
Fixes #3874. R=golang-dev, nj, r, minux.ma CC=golang-dev https://golang.org/cl/6446060
10 lines
244 B
Go
10 lines
244 B
Go
// Copyright 2012 The Go Authors. All rights reserved.
|
|
// Use of this source code is governed by a BSD-style
|
|
// license that can be found in the LICENSE file.
|
|
|
|
package cgotest
|
|
|
|
import "testing"
|
|
|
|
func TestSetgid(t *testing.T) { testSetgid(t) }
|