diff options
Diffstat (limited to 'libgo/go/cmd/gofmt/testdata/rewrite6.input')
-rw-r--r-- | libgo/go/cmd/gofmt/testdata/rewrite6.input | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libgo/go/cmd/gofmt/testdata/rewrite6.input b/libgo/go/cmd/gofmt/testdata/rewrite6.input index 8c088b3e878..b085a84fef4 100644 --- a/libgo/go/cmd/gofmt/testdata/rewrite6.input +++ b/libgo/go/cmd/gofmt/testdata/rewrite6.input @@ -1,3 +1,5 @@ +//gofmt -r=fun(x)->Fun(x) + // Copyright 2013 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. |