]> Cypherpunks repositories - gostls13.git/commit
rename testfiles from .go -> .orig so that they won't be
authorRobert Griesemer <gri@golang.org>
Thu, 5 Nov 2009 00:50:13 +0000 (16:50 -0800)
committerRobert Griesemer <gri@golang.org>
Thu, 5 Nov 2009 00:50:13 +0000 (16:50 -0800)
commit26c3f6c18d3a52b0585bb33455118eb8a3ff61ed
treecf5c5ed977aa44108588505e4e22c6ccb97120e6
parent688a6ff71da455d001c57d03395de87a69fb967a
rename testfiles from .go -> .orig so that they won't be
picked up by gofmt (they should not be modified) or godoc
(testdata should not be considered a potential package
directory)

R=rsc
http://go/go-review/1018045
src/pkg/go/printer/printer_test.go
src/pkg/go/printer/testdata/comments.input [moved from src/pkg/go/printer/testdata/comments.go with 100% similarity]
src/pkg/go/printer/testdata/declarations.input [moved from src/pkg/go/printer/testdata/declarations.go with 100% similarity]
src/pkg/go/printer/testdata/empty.input [moved from src/pkg/go/printer/testdata/empty.go with 100% similarity]
src/pkg/go/printer/testdata/expressions.input [moved from src/pkg/go/printer/testdata/expressions.go with 100% similarity]
src/pkg/go/printer/testdata/linebreaks.input [moved from src/pkg/go/printer/testdata/linebreaks.go with 100% similarity]
src/pkg/go/printer/testdata/statements.input [moved from src/pkg/go/printer/testdata/statements.go with 100% similarity]