aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/go.test/test/interface/receiver1.go
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/testsuite/go.test/test/interface/receiver1.go')
-rw-r--r--gcc/testsuite/go.test/test/interface/receiver1.go5
1 files changed, 3 insertions, 2 deletions
diff --git a/gcc/testsuite/go.test/test/interface/receiver1.go b/gcc/testsuite/go.test/test/interface/receiver1.go
index 51312d000..2b7ccdc1a 100644
--- a/gcc/testsuite/go.test/test/interface/receiver1.go
+++ b/gcc/testsuite/go.test/test/interface/receiver1.go
@@ -1,10 +1,11 @@
-// errchk $G $D/$F.go
+// errorcheck
// Copyright 2009 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.
-// Error messages about missing implicit methods.
+// Verify compiler complains about missing implicit methods.
+// Does not compile.
package main