summaryrefslogtreecommitdiff
path: root/misc/cgo/testgodefs/test.bash
diff options
context:
space:
mode:
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