Commit 81dc0b65 authored by Robert Griesemer's avatar Robert Griesemer

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
parent 0d85d542
...@@ -6,7 +6,9 @@ ...@@ -6,7 +6,9 @@
package main 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 { type S struct {
T int T int
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment