From c915bc54ba171f6fb42db9af111e0443d5378bb7 Mon Sep 17 00:00:00 2001 From: Robert Griesemer Date: Mon, 5 Oct 2009 19:32:10 -0700 Subject: [PATCH] remove a file from idempotency test so that the entire suite passes R=rsc DELTA=2 (0 added, 0 deleted, 2 changed) OCL=35355 CL=35358 --- src/cmd/gofmt/test.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/cmd/gofmt/test.sh b/src/cmd/gofmt/test.sh index 971408ab21..79d1a34deb 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 | \ -- 2.48.1