1
0
mirror of https://github.com/golang/go synced 2024-09-25 13:20:13 -06:00
go/misc/cgo/test/issue9026.go
Alan Donovan 182ec4395e misc/cgo/test: fix freebsd test failure by moving test to its own package.
(The assertion depends on a per-package gensym counter whose
value varies based on what else is in the package.)

LGTM=khr
R=khr, rsc
CC=golang-codereviews
https://golang.org/cl/169930043
2014-11-03 13:41:03 -05:00

10 lines
106 B
Go

package cgotest
import (
"testing"
"./issue9026"
)
func test9026(t *testing.T) { issue9026.Test(t) }