Hello iant (cc: golang-dev@googlegroups.com), I'd like you to review this change to https://go.googlecode.com/hg/
LGTM gri@golang.org writes: > Reviewers: iant, > > Message: > Hello iant (cc: golang-dev@googlegroups.com), > > I'd like you to review this change to > https://go.googlecode.com/hg/ > > > Description: > gofmt: update test.sh (exclude a file w/ incorrect syntax) > > Please review this at http://codereview.appspot.com/4453058/ > > Affected files: > M src/cmd/gofmt/test.sh > > > Index: src/cmd/gofmt/test.sh > =================================================================== > --- a/src/cmd/gofmt/test.sh > +++ b/src/cmd/gofmt/test.sh > @@ -42,7 +42,7 @@ > bug163.go | bug166.go | bug169.go | bug217.go | bug222.go | \ > 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 ) return ;; > + bug302.go | bug306.go | bug322.go | bug324.go | bug335.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:
*** Submitted as http://code.google.com/p/go/source/detail?r=58a7be482e65 *** gofmt: update test.sh (exclude a file w/ incorrect syntax) R=iant, iant2 CC=golang-dev http://codereview.appspot.com/4453058