aboutsummaryrefslogtreecommitdiff
path: root/misc/cgo/errors/test.bash
diff options
context:
space:
mode:
Diffstat (limited to 'misc/cgo/errors/test.bash')
-rwxr-xr-xmisc/cgo/errors/test.bash1
1 files changed, 1 insertions, 0 deletions
diff --git a/misc/cgo/errors/test.bash b/misc/cgo/errors/test.bash
index 84d44d8a33..cb442507a6 100755
--- a/misc/cgo/errors/test.bash
+++ b/misc/cgo/errors/test.bash
@@ -46,6 +46,7 @@ check issue13423.go
expect issue13635.go C.uchar C.schar C.ushort C.uint C.ulong C.longlong C.ulonglong C.complexfloat C.complexdouble
check issue13830.go
check issue16116.go
+check issue16591.go
if ! go build issue14669.go; then
exit 1