summaryrefslogtreecommitdiff
path: root/misc/cgo/testgodefs/test.bash
diff options
context:
space:
mode:
authorMatthew Dempsky <mdempsky@google.com>2014-08-06 10:28:19 -0700
committerMatthew Dempsky <mdempsky@google.com>2014-08-06 10:28:19 -0700
commit05c70485e187e3668b7ddc2fd59860e22dd96201 (patch)
treeebd08657dda566cb5abdcbc46b0c6828d4d1ee58 /misc/cgo/testgodefs/test.bash
parentf82f00c2cae7801531ac66cb2096622c138c83a0 (diff)
downloadgo-05c70485e187e3668b7ddc2fd59860e22dd96201.tar.gz
cmd/cgo: consistently map void* to *byte under -{c,go}defs
Fixes issue 8478. LGTM=iant R=iant CC=golang-codereviews https://codereview.appspot.com/122150043 Committer: Ian Lance Taylor <iant@golang.org>
Diffstat (limited to 'misc/cgo/testgodefs/test.bash')
-rwxr-xr-xmisc/cgo/testgodefs/test.bash2
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/cgo/testgodefs/test.bash b/misc/cgo/testgodefs/test.bash
index cfbeae7dc..5281b1056 100755
--- a/misc/cgo/testgodefs/test.bash
+++ b/misc/cgo/testgodefs/test.bash
@@ -5,7 +5,7 @@
# We are testing cgo -godefs, which translates Go files that use
# import "C" into Go files with Go definitions of types defined in the
# import "C" block. Add more tests here.
-FILE_PREFIXES="anonunion"
+FILE_PREFIXES="anonunion issue8478"
RM=
for FP in $FILE_PREFIXES