Commit 2233942e authored by Robert Griesemer's avatar Robert Griesemer

gofmt: fix error message in test

R=golang-dev, dsymonds
CC=golang-dev
https://golang.org/cl/5652066
parent 77aaa355
......@@ -83,7 +83,7 @@ func testFile(t *testing.T, b1, b2 *bytes.Buffer, filename string) {
// the first and 2nd result should be identical
if bytes.Compare(b1.Bytes(), b2.Bytes()) != 0 {
t.Errorf("%s: not idempotent", filename)
t.Errorf("gofmt %s not idempotent", filename)
}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment