]> Cypherpunks repositories - gostls13.git/commit
misc/cgo/testgodefs: move source files into testdata
authorBryan C. Mills <bcmills@google.com>
Thu, 21 Feb 2019 20:11:16 +0000 (15:11 -0500)
committerBryan C. Mills <bcmills@google.com>
Tue, 26 Feb 2019 02:44:12 +0000 (02:44 +0000)
commitc6da080b1a74b295ea3dba373234934af949e480
tree78f2b0cd00c14e2c34bcdc5a2f2a8421b7a6d4cd
parentdd4e7f9722ab22d9da2dca03c559eca3ef3fe1c7
misc/cgo/testgodefs: move source files into testdata

These source files fail to build with 'go test ./...'.
Move them into testdata so that only test.bash will see them.

Updates #30228

Change-Id: I3673f3cb64b0c128a2bca5fee7679b672fe90770
Reviewed-on: https://go-review.googlesource.com/c/163212
Reviewed-by: Ian Lance Taylor <iant@golang.org>
misc/cgo/testgodefs/test.bash
misc/cgo/testgodefs/testdata/anonunion.go [moved from misc/cgo/testgodefs/anonunion.go with 100% similarity]
misc/cgo/testgodefs/testdata/fieldtypedef.go [moved from misc/cgo/testgodefs/fieldtypedef.go with 100% similarity]
misc/cgo/testgodefs/testdata/issue8478.go [moved from misc/cgo/testgodefs/issue8478.go with 100% similarity]
misc/cgo/testgodefs/testdata/main.go [moved from misc/cgo/testgodefs/main.go with 100% similarity]