]> Cypherpunks.ru repositories - gostls13.git/commit
test: move linkx and sinit to run.go
authorJosh Bleecher Snyder <josharian@gmail.com>
Thu, 6 Nov 2014 20:14:08 +0000 (15:14 -0500)
committerRuss Cox <rsc@golang.org>
Thu, 6 Nov 2014 20:14:08 +0000 (15:14 -0500)
commit9b5444420cec4b576aff179f632ec60be64fd7f2
treecb95eb1baecf6595d52e706b0f357d80a87934ac
parent5b110c7b08946a2a2810cb4614c078c74645a3d1
test: move linkx and sinit to run.go

The remaining run-only tests will be migrated to run.go in another CL.

This CL will break the build due to issues 8746 and 8806.

Update #4139
Update #8746
Update #8806

LGTM=rsc
R=rsc, bradfitz, iant
CC=golang-codereviews
https://golang.org/cl/144630044
test/linkx.go
test/linkx_run.go [new file with mode: 0644]
test/run.go
test/sinit.go
test/sinit_run.go [new file with mode: 0644]