diff options
Diffstat (limited to 'misc/cgo/errors/test.bash')
-rwxr-xr-x | misc/cgo/errors/test.bash | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/misc/cgo/errors/test.bash b/misc/cgo/errors/test.bash index 697ae2fed..f0f60c844 100755 --- a/misc/cgo/errors/test.bash +++ b/misc/cgo/errors/test.bash @@ -26,6 +26,7 @@ check() { check err1.go check err2.go +check err3.go rm -rf errs _obj exit 0 |