]> Cypherpunks repositories - gostls13.git/commit
cmd/gofmt: remove testdata/*.gofmt files
authorRobert Griesemer <gri@golang.org>
Thu, 21 Aug 2014 21:54:27 +0000 (14:54 -0700)
committerRobert Griesemer <gri@golang.org>
Thu, 21 Aug 2014 21:54:27 +0000 (14:54 -0700)
commit32a092a885c48a8a8798380ded7bf57f0a991a26
treebd0793987a80afc5cb3444ee060888bb0bc8a1ef
parenta9cef4952f86cd00fbe16090e8aa61c6b3ef152a
cmd/gofmt: remove testdata/*.gofmt files

This files were added accidentally and are
not required for running the tests (they
are produced by failing tests for easier
debugging).

LGTM=r
R=r
CC=golang-codereviews
https://golang.org/cl/131030044
src/cmd/gofmt/testdata/stdin1.golden.gofmt [deleted file]
src/cmd/gofmt/testdata/stdin1.input.gofmt [deleted file]
src/cmd/gofmt/testdata/stdin2.golden.gofmt [deleted file]
src/cmd/gofmt/testdata/stdin2.input.gofmt [deleted file]
src/cmd/gofmt/testdata/stdin3.golden.gofmt [deleted file]
src/cmd/gofmt/testdata/stdin3.input.gofmt [deleted file]
src/cmd/gofmt/testdata/stdin4.golden.gofmt [deleted file]
src/cmd/gofmt/testdata/stdin4.input.gofmt [deleted file]