From 0bbd273e9714cce3813846802b4c8aeddbb65fe6 Mon Sep 17 00:00:00 2001 From: "Pascal S. de Kloe" Date: Fri, 21 Jul 2023 14:03:49 +0200 Subject: cmd/doc: print bugs with -all flag Includes cleanup and deduplication. fixes: #33970 Change-Id: I7e84b3e5c8fb9c560cf0a1f8b7cbb7a6977666aa Reviewed-on: https://go-review.googlesource.com/c/go/+/511935 Reviewed-by: Rob Pike Auto-Submit: Ian Lance Taylor Reviewed-by: Ian Lance Taylor LUCI-TryBot-Result: Go LUCI Reviewed-by: Matthew Dempsky --- src/cmd/doc/doc_test.go | 1 + 1 file changed, 1 insertion(+) (limited to 'src/cmd/doc/doc_test.go') diff --git a/src/cmd/doc/doc_test.go b/src/cmd/doc/doc_test.go index 7690a930e5..354adc87af 100644 --- a/src/cmd/doc/doc_test.go +++ b/src/cmd/doc/doc_test.go @@ -215,6 +215,7 @@ var tests = []test{ `type SimpleConstraint interface {`, `type TildeConstraint interface {`, `type StructConstraint interface {`, + `BUG: function body note`, }, []string{ `constThree`, -- cgit v1.3-5-g9baa