Skip to content

Commit 81a4242

Browse files
committed
internal/gcimporter: update TestIssueAliases expectation
Fixes golang/go#69627 Change-Id: I96460aa3c4b2863ae50fefd09a85e670d166b773 Reviewed-on: https://go-review.googlesource.com/c/tools/+/615855 LUCI-TryBot-Result: Go LUCI <[email protected]> Reviewed-by: Robert Findley <[email protected]> Reviewed-by: Alan Donovan <[email protected]>
1 parent 54110aa commit 81a4242

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/gcimporter/gcimporter_test.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -1009,7 +1009,7 @@ func TestIssueAliases(t *testing.T) {
10091009
"X : testdata/b.B[int]",
10101010
"Y : testdata/c.c[string]",
10111011
"Z : testdata/c.c[int]",
1012-
"c : testdata/c.c",
1012+
"c : testdata/c.c[V any]",
10131013
}, ",")
10141014
if got := strings.Join(objs, ","); got != want {
10151015
t.Errorf("got imports %v for package c. wanted %v", objs, want)

0 commit comments

Comments
 (0)