aboutsummaryrefslogtreecommitdiff
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 a82ff9328f..012d007fc3 100755
--- a/misc/cgo/testgodefs/test.bash
+++ b/misc/cgo/testgodefs/test.bash
@@ -7,7 +7,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 issue8478"
+FILE_PREFIXES="anonunion issue8478 fieldtypedef"
RM=
for FP in $FILE_PREFIXES