From: Robert Griesemer Date: Wed, 5 Nov 2008 23:55:51 +0000 (-0800) Subject: - temporarily excluding bug118.go, causing pretty trouble X-Git-Tag: weekly.2009-11-06~2787 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=11a3f759fd2ac22c991e3a90efd02cd36d4875ec;p=gostls13.git - temporarily excluding bug118.go, causing pretty trouble R=r OCL=18602 CL=18602 --- diff --git a/usr/gri/pretty/test.sh b/usr/gri/pretty/test.sh index 141193cf2a..7e4de44a4f 100755 --- a/usr/gri/pretty/test.sh +++ b/usr/gri/pretty/test.sh @@ -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 }