]> Cypherpunks repositories - gostls13.git/commitdiff
gofmt: fix test.sh
authorRobert Griesemer <gri@golang.org>
Wed, 25 Jan 2012 16:58:41 +0000 (08:58 -0800)
committerRobert Griesemer <gri@golang.org>
Wed, 25 Jan 2012 16:58:41 +0000 (08:58 -0800)
R=adg, iant
CC=golang-dev
https://golang.org/cl/5573062

src/cmd/gofmt/test.sh

index 2325d6b8352c43daa4a8cd3ab21f0c862daed53b..c18987f4d15268678eb86cb057548f6318d9b770 100755 (executable)
@@ -43,7 +43,8 @@ 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 | bug367.go ) return ;;
+       bug340.go | bug349.go | bug351.go | bug358.go | bug367.go | \
+       bug388.go | bug394.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: