diff options
Diffstat (limited to 'test/interface/explicit.go')
-rw-r--r-- | test/interface/explicit.go | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/test/interface/explicit.go b/test/interface/explicit.go index daae59b36..d19480a68 100644 --- a/test/interface/explicit.go +++ b/test/interface/explicit.go @@ -1,10 +1,11 @@ -// errchk $G -e $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. -// Static error messages about interface conversions. +// Verify compiler messages about erroneous static interface conversions. +// Does not compile. package main |