]> Cypherpunks repositories - gostls13.git/commit
misc/cgo/stdio: reenable tests
authorRuss Cox <rsc@golang.org>
Sat, 5 Dec 2015 03:51:03 +0000 (22:51 -0500)
committerRuss Cox <rsc@golang.org>
Sat, 5 Dec 2015 21:24:30 +0000 (21:24 +0000)
commit05390a07931771b14bcd5c6eb4e5410cf9c2bbfe
tree41738032dfb4ef7c61e159f68a87f91ec19d5013
parentb9fde8605e1bc93d1a38d1165eedd297c910a3b2
misc/cgo/stdio: reenable tests

The build tags are necessary to keep "go build" in that directory
building only stdio.go, but we have to arrange for test/run.go to
treat them as satisfied.

Fixes #12625.

Change-Id: Iec0cb2fdc2c9b24a4e0530be25e940aa0cc9552e
Reviewed-on: https://go-review.googlesource.com/17454
Run-TryBot: Brad Fitzpatrick <bradfitz@golang.org>
Reviewed-by: Ian Lance Taylor <iant@golang.org>
misc/cgo/life/main.go
misc/cgo/stdio/chain.go
misc/cgo/stdio/fib.go
misc/cgo/stdio/hello.go
test/run.go