]> Cypherpunks repositories - gostls13.git/commit
cmd/go: fix "go run" cgo source when cgo is disabled
authorShenghou Ma <minux.ma@gmail.com>
Thu, 28 Feb 2013 08:07:26 +0000 (16:07 +0800)
committerShenghou Ma <minux.ma@gmail.com>
Thu, 28 Feb 2013 08:07:26 +0000 (16:07 +0800)
commit6ecb39fce66e2fb08dea2d798822c8f0a93e29d5
treea73f7bc7db48fc30ba068eaffbd342cd836cfcf6
parent67d0445c876e2015db0cf39dd26ed5643dc77ac3
cmd/go: fix "go run" cgo source when cgo is disabled
also move a cgo-depend test to appropriate source file in runtime.

R=golang-dev, dave, adg, rsc
CC=golang-dev
https://golang.org/cl/7393063
src/cmd/go/run.go
src/pkg/runtime/crash_cgo_test.go
src/pkg/runtime/crash_test.go