1
0
mirror of https://github.com/golang/go synced 2024-09-24 23:10:12 -06:00

gofmt: update test.sh

R=r
CC=golang-dev
https://golang.org/cl/5235043
This commit is contained in:
Robert Griesemer 2011-10-07 15:14:37 -07:00
parent c09af50213
commit bb51de1cba

View File

@ -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: