aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Griesemer <gri@golang.org>2009-12-21 15:05:50 -0800
committerRobert Griesemer <gri@golang.org>2009-12-21 15:05:50 -0800
commitd2a398610e1fda9d570f3fb19adb64ce684b0e23 (patch)
tree6a27c86d969dc04f75772879778253e6b2fa4c7a
parentb15fefd7d7a0d94e1f014d3ba7f0c7639fb91d62 (diff)
downloadgo-d2a398610e1fda9d570f3fb19adb64ce684b0e23.tar.gz
go-d2a398610e1fda9d570f3fb19adb64ce684b0e23.zip
update test.sh so it can run to completion again
R=r CC=golang-dev https://golang.org/cl/179120
-rwxr-xr-xsrc/cmd/gofmt/test.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cmd/gofmt/test.sh b/src/cmd/gofmt/test.sh
index 346bae06c5..d76d89becc 100755
--- a/src/cmd/gofmt/test.sh
+++ b/src/cmd/gofmt/test.sh
@@ -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
}