Skip to content

Commit dd745ec

Browse files
griesemergopherbot
authored andcommitted
gopls/internal/test/marker: update regression test issue68918.txt
The fix for golang/go#69092 produces an extra error message in Go 1.24. Ignore it. Updates golang/go#68918. Updates golang/go#69092. Change-Id: I41ecff6fe916a04ed943e29ad10184d340ef84d5 Reviewed-on: https://go-review.googlesource.com/c/tools/+/617475 Reviewed-by: Alan Donovan <[email protected]> Reviewed-by: Robert Griesemer <[email protected]> Auto-Submit: Alan Donovan <[email protected]> LUCI-TryBot-Result: Go LUCI <[email protected]>
1 parent a02ee35 commit dd745ec

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

gopls/internal/test/marker/testdata/highlight/issue68918.txt

+6
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
Regression test for https://github.com/golang/go/issues/68918:
22
crash due to missing type information in CompositeLit.
33

4+
The corresponding go/types fix in Go 1.24 introduces a
5+
new error message, hence the -ignore_extra_diags flag.
6+
7+
-- flags --
8+
-ignore_extra_diags
9+
410
-- a.go --
511
package a
612

0 commit comments

Comments
 (0)