mirror of https://github.com/golang/go.git
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:
parent
a9cef4952f
commit
32a092a885
|
|
@ -1,3 +0,0 @@
|
|||
if x {
|
||||
y
|
||||
}
|
||||
|
|
@ -1,3 +0,0 @@
|
|||
if x {
|
||||
y
|
||||
}
|
||||
|
|
@ -1,10 +0,0 @@
|
|||
|
||||
|
||||
|
||||
var x int
|
||||
|
||||
func f() {
|
||||
y := z
|
||||
}
|
||||
|
||||
|
||||
|
|
@ -1,11 +0,0 @@
|
|||
|
||||
|
||||
var x int
|
||||
|
||||
func f() {
|
||||
y := z
|
||||
/* this is a comment */
|
||||
// this is a comment too
|
||||
}
|
||||
|
||||
|
||||
|
|
@ -1,7 +0,0 @@
|
|||
|
||||
|
||||
/* note: no newline at end of file */
|
||||
for i := 0; i < 10; i++ {
|
||||
s += i
|
||||
}
|
||||
|
||||
|
|
@ -1,7 +0,0 @@
|
|||
|
||||
|
||||
/* note: no newline at end of file */
|
||||
for i := 0; i < 10; i++ {
|
||||
s += i
|
||||
}
|
||||
|
||||
|
|
@ -1,3 +0,0 @@
|
|||
// comment
|
||||
|
||||
i := 0
|
||||
|
|
@ -1,3 +0,0 @@
|
|||
// comment
|
||||
|
||||
i := 0
|
||||
Loading…
Reference in New Issue