]> Cypherpunks repositories - gostls13.git/commitdiff
update test.sh so it can run to completion again
authorRobert Griesemer <gri@golang.org>
Mon, 21 Dec 2009 23:05:50 +0000 (15:05 -0800)
committerRobert Griesemer <gri@golang.org>
Mon, 21 Dec 2009 23:05:50 +0000 (15:05 -0800)
R=r
CC=golang-dev
https://golang.org/cl/179120

src/cmd/gofmt/test.sh

index 346bae06c5fcf4a7ddae9327d94e63fbe88c8403..d76d89becc0c11522057946403b2cc063063e887 100755 (executable)
@@ -41,7 +41,7 @@ apply1() {
        bug014.go | bug050.go |  bug068.go |  bug083.go | bug088.go | \
        bug106.go | bug121.go | bug125.go | bug133.go | bug160.go | \
        bug163.go | bug166.go | bug169.go | bug217.go | bug222.go | \
-       bug226.go ) ;;
+       bug226.go | bug228.go ) ;;
        * ) "$1" "$2"; count "$F";;
        esac
 }