]> Cypherpunks repositories - gostls13.git/commit
cmd/go: go test -i correctly handle cgo packages
authorShenghou Ma <minux.ma@gmail.com>
Wed, 15 Feb 2012 18:26:22 +0000 (13:26 -0500)
committerRuss Cox <rsc@golang.org>
Wed, 15 Feb 2012 18:26:22 +0000 (13:26 -0500)
commit9c1f54c9ed67b77385940c58fb15af18166d4840
tree6b0895b01b1bddf12f671fc5e0e7e8e0ab29653e
parent2506fd43d463b5fe5e5c89982a6fea4a1602908b
cmd/go: go test -i correctly handle cgo packages
Previous CL (5674043) omit the case where runtime/cgo itself is out-of-date.
Fixes #2936 (again).

R=rsc
CC=golang-dev
https://golang.org/cl/5674048
src/cmd/go/test.go