diff options
Diffstat (limited to 'libgo/go/cmd/gofmt/testdata/rewrite4.input')
-rw-r--r-- | libgo/go/cmd/gofmt/testdata/rewrite4.input | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libgo/go/cmd/gofmt/testdata/rewrite4.input b/libgo/go/cmd/gofmt/testdata/rewrite4.input index 164cc0451f3..0817099209c 100644 --- a/libgo/go/cmd/gofmt/testdata/rewrite4.input +++ b/libgo/go/cmd/gofmt/testdata/rewrite4.input @@ -1,3 +1,5 @@ +//gofmt -r=(x)->x + // Copyright 2012 The Go Authors. All rights reserved. // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. |