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
This commit is contained in:
Robert Griesemer 2014-08-21 14:54:27 -07:00
parent a9cef4952f
commit 32a092a885
8 changed files with 0 additions and 47 deletions

View file

@ -1,3 +0,0 @@
if x {
y
}

View file

@ -1,3 +0,0 @@
if x {
y
}

View file

@ -1,10 +0,0 @@
var x int
func f() {
y := z
}

View file

@ -1,11 +0,0 @@
var x int
func f() {
y := z
/* this is a comment */
// this is a comment too
}

View file

@ -1,7 +0,0 @@
/* note: no newline at end of file */
for i := 0; i < 10; i++ {
s += i
}

View file

@ -1,7 +0,0 @@
/* note: no newline at end of file */
for i := 0; i < 10; i++ {
s += i
}

View file

@ -1,3 +0,0 @@
// comment
i := 0

View file

@ -1,3 +0,0 @@
// comment
i := 0