diff options
Diffstat (limited to 'test/interface/embed0.go')
-rw-r--r-- | test/interface/embed0.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/interface/embed0.go b/test/interface/embed0.go index bbd81e760..dee8319e4 100644 --- a/test/interface/embed0.go +++ b/test/interface/embed0.go @@ -4,7 +4,7 @@ // 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 |