diff --git a/src/cmd/gofmt/test.sh b/src/cmd/gofmt/test.sh index 971408ab211..79d1a34deb7 100755 --- a/src/cmd/gofmt/test.sh +++ b/src/cmd/gofmt/test.sh @@ -34,9 +34,9 @@ apply1() { # bug039.go | bug040.go # the following are not idempotent at the moment because of comment formatting: # TODO: restructure script so these files are only excluded from idempotency testing - comment.go | net.go | powser1.go | powser2.go | bug052.go | simpbool.go | "shift.go" | range.go | \ + comment.go | net.go | powser1.go | powser2.go | bug052.go | simpbool.go | shift.go | range.go | \ goyacc.go | godoc.go | rpc.go | struct.go | log.go | decimal.go | tabwriter.go | encoder.go | debug.go | \ - elf.go | meteor-contest.go | elffmt.go | xml.go | \ + elf.go | meteor-contest.go | elffmt.go | xml.go | read.go | \ \ test_errors.go | calc.go | method1.go | selftest1.go | func3.go | const2.go | \ bug014.go | bug025.go | bug029.go | bug032.go | bug039.go | bug040.go | bug050.go | bug068.go | \