Skip to content

Commit 9311800

Browse files
findleyrgopherbot
authored andcommitted
gopls/internal/test/marker: ignore diags in fixedbugs/issue59944.txt
go/types now (correctly) produces a diagnostic for this code. For golang/go#59944 Change-Id: I858acbf4199171f6e6c98eb1286d037e89462018 Reviewed-on: https://go-review.googlesource.com/c/tools/+/630117 LUCI-TryBot-Result: Go LUCI <[email protected]> Auto-Submit: Robert Findley <[email protected]> Reviewed-by: Robert Griesemer <[email protected]>
1 parent c1aa79d commit 9311800

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

gopls/internal/test/marker/testdata/fixedbugs/issue59944.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,12 @@ the methodset of its receiver type.
44

55
Adapted from the code in question from the issue.
66

7+
The flag -ignore_extra_diags is included, as this bug was fixed in Go 1.24, so
8+
that now the code below may produce a diagnostic.
9+
710
-- flags --
811
-cgo
12+
-ignore_extra_diags
913

1014
-- go.mod --
1115
module example.com

0 commit comments

Comments
 (0)