summaryrefslogtreecommitdiff
path: root/test/blank.go
diff options
context:
space:
mode:
Diffstat (limited to 'test/blank.go')
-rw-r--r--test/blank.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/blank.go b/test/blank.go
index 961ed153b..ee618b148 100644
--- a/test/blank.go
+++ b/test/blank.go
@@ -113,7 +113,7 @@ type I interface {
type TI struct{}
-func (TI) M(x int, y int) {
+func (_ TI) M(x int, y int) {
if x != y {
println("invalid M call:", x, y)
panic("bad M")