diff options
Diffstat (limited to 'test/interface/embed0.go')
-rw-r--r-- | test/interface/embed0.go | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/interface/embed0.go b/test/interface/embed0.go index bbd81e760..e2ee20ade 100644 --- a/test/interface/embed0.go +++ b/test/interface/embed0.go @@ -1,10 +1,10 @@ -// true # used by embed1.go +// skip # used by embed1.go // 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. -// Check that embedded interface types can have local methods. +// Test that embedded interface types can have local methods. package p |