diff options
Diffstat (limited to 'libgo/go/go/doc/doc_test.go')
-rw-r--r-- | libgo/go/go/doc/doc_test.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libgo/go/go/doc/doc_test.go b/libgo/go/go/doc/doc_test.go index d9ffe47..9ffe720 100644 --- a/libgo/go/go/doc/doc_test.go +++ b/libgo/go/go/doc/doc_test.go @@ -118,4 +118,5 @@ func test(t *testing.T, mode Mode) { func Test(t *testing.T) { test(t, 0) test(t, AllDecls) + test(t, AllMethods) } |