1
0
mirror of https://github.com/golang/go synced 2024-11-26 05:07:59 -07:00

- temporarily excluding bug118.go, causing pretty trouble

R=r
OCL=18602
CL=18602
This commit is contained in:
Robert Griesemer 2008-11-05 15:55:51 -08:00
parent 83a798513c
commit 11a3f759fd

View File

@ -22,7 +22,7 @@ apply1() {
#echo $1 $2
case `basename $F` in
selftest1.go | func3.go | bug014.go | bug029.go | bug032.go | bug050.go | \
bug068.go | bug088.go | bug083.go | bug106.go ) ;; # skip - files contain syntax errors
bug068.go | bug088.go | bug083.go | bug106.go | bug118.go ) ;; # skip - files contain syntax errors
* ) $1 $2; count ;;
esac
}