test/fixedbugs/bug295.go: fix test in anticipation of future gc fix

See also issue 6428.

R=r, rsc
CC=golang-dev
https://golang.org/cl/13794043
This commit is contained in:
Robert Griesemer 2013-09-20 09:40:56 -07:00
parent 0d85d5423b
commit 81dc0b65b2

View file

@ -6,7 +6,9 @@
package main
import . "testing" // defines top-level T
import . "testing" // defines file-level T
type _ B // make use of package "testing" (but don't refer to T)
type S struct {
T int