mirror of
https://github.com/golang/go
synced 2024-11-06 02:16:10 -07:00
182ec4395e
(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
10 lines
106 B
Go
10 lines
106 B
Go
package cgotest
|
|
|
|
import (
|
|
"testing"
|
|
|
|
"./issue9026"
|
|
)
|
|
|
|
func test9026(t *testing.T) { issue9026.Test(t) }
|