summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xusr/gri/pretty/test.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/usr/gri/pretty/test.sh b/usr/gri/pretty/test.sh
index f35bb87ed..c17f59660 100755
--- a/usr/gri/pretty/test.sh
+++ b/usr/gri/pretty/test.sh
@@ -21,7 +21,8 @@ count() {
apply1() {
#echo $1 $2
case `basename $F` in
- selftest.go | func3.go ) ;; # skip - these are test cases for syntax errors
+ selftest.go | func3.go ) ;; # skip - these are test cases for syntax errors
+ newfn.go ) ;; # skip these - cannot parse w/o type information
* ) $1 $2; count ;;
esac
}