From: Robert Griesemer Date: Fri, 7 Oct 2011 22:14:37 +0000 (-0700) Subject: gofmt: update test.sh X-Git-Tag: weekly.2011-10-18~143 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=bb51de1cbaf2b85fa1fa33592a00d6f58feba49a;p=gostls13.git gofmt: update test.sh R=r CC=golang-dev https://golang.org/cl/5235043 --- diff --git a/src/cmd/gofmt/test.sh b/src/cmd/gofmt/test.sh index 063a0727f5..d130aee1ac 100755 --- a/src/cmd/gofmt/test.sh +++ b/src/cmd/gofmt/test.sh @@ -43,7 +43,7 @@ apply1() { bug226.go | bug228.go | bug248.go | bug274.go | bug280.go | \ bug282.go | bug287.go | bug298.go | bug299.go | bug300.go | \ bug302.go | bug306.go | bug322.go | bug324.go | bug335.go | \ - bug340.go | bug349.go | bug351.go | bug358.go ) return ;; + bug340.go | bug349.go | bug351.go | bug358.go | bug367.go ) return ;; esac # the following directories are skipped because they contain test # cases for syntax errors and thus won't parse in the first place: