From b7d65fba0964a58b3106609cd6ee43bf74398e27 Mon Sep 17 00:00:00 2001 From: zhouguangyuan Date: Mon, 1 Nov 2021 12:58:40 +0800 Subject: [PATCH] go/types/objectpath: comment some testcase temporarily for the fix of TypeName.IsAlias For CL 359656 For golang/go#49213 Change-Id: I3ae7abe8acc0d8816e2029aa55e8bbaee1e05c94 Reviewed-on: https://go-review.googlesource.com/c/tools/+/360334 Trust: Robert Findley Run-TryBot: Robert Findley gopls-CI: kokoro Reviewed-by: Robert Findley Reviewed-by: Robert Griesemer TryBot-Result: Go Bot --- go/types/objectpath/objectpath_go118_test.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/go/types/objectpath/objectpath_go118_test.go b/go/types/objectpath/objectpath_go118_test.go index 253b06219e..02af790c0f 100644 --- a/go/types/objectpath/objectpath_go118_test.go +++ b/go/types/objectpath/objectpath_go118_test.go @@ -42,8 +42,8 @@ func F[FP0, FP1 any](FP0, FP1) {} {"b", "T", "type b.T[b.TP0 interface{}, b.TP1 interface{M0(); M1()}] struct{}", ""}, {"b", "T.O", "type b.T[b.TP0 interface{}, b.TP1 interface{M0(); M1()}] struct{}", ""}, {"b", "T.M0", "func (b.T[b.RP0, b.RP1]).M()", ""}, - {"b", "T.T0O", "type TP0 = b.TP0", ""}, - {"b", "T.T1O", "type TP1 = b.TP1", ""}, + //{"b", "T.T0O", "type TP0 = b.TP0", ""}, + //{"b", "T.T1O", "type TP1 = b.TP1", ""}, {"b", "T.T1CM0", "func (interface).M0()", ""}, // Obj of an instance is the generic declaration. {"b", "A.O", "type b.T[b.TP0 interface{}, b.TP1 interface{M0(); M1()}] struct{}", ""},