aboutsummaryrefslogtreecommitdiff
path: root/misc/cgo/testplugin/testdata/method3/p/p.go
diff options
context:
space:
mode:
Diffstat (limited to 'misc/cgo/testplugin/testdata/method3/p/p.go')
-rw-r--r--misc/cgo/testplugin/testdata/method3/p/p.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/cgo/testplugin/testdata/method3/p/p.go b/misc/cgo/testplugin/testdata/method3/p/p.go
index 3846bc07f5..f72f7c715c 100644
--- a/misc/cgo/testplugin/testdata/method3/p/p.go
+++ b/misc/cgo/testplugin/testdata/method3/p/p.go
@@ -8,7 +8,7 @@ type T int
func (T) m() { println("m") }
-type I interface { m() }
+type I interface{ m() }
func F() {
i.m()