]> Cypherpunks repositories - gostls13.git/commitdiff
gofmt: update test script so 'make test' succeeds
authorRobert Griesemer <gri@golang.org>
Sat, 6 Aug 2011 19:30:54 +0000 (12:30 -0700)
committerRobert Griesemer <gri@golang.org>
Sat, 6 Aug 2011 19:30:54 +0000 (12:30 -0700)
R=r, rsc
CC=golang-dev
https://golang.org/cl/4832055

src/cmd/gofmt/test.sh

index 5dce2ed7a372e7b837ad67fbbd4f32da0ca52aef..3e63d0c26b961532affd3eb277859df30156941d 100755 (executable)
@@ -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 ) return ;;
+       bug340.go | bug349.go | bug351.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: