From a11f2436e384be900b425bdd25943ff5841f0fa8 Mon Sep 17 00:00:00 2001 From: Damian Gryski Date: Fri, 24 Mar 2023 11:35:16 -0700 Subject: [PATCH] reflect: TestAliasNames passes --- src/reflect/all_test.go | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/reflect/all_test.go b/src/reflect/all_test.go index 895faac3..6da3117c 100644 --- a/src/reflect/all_test.go +++ b/src/reflect/all_test.go @@ -7624,6 +7624,8 @@ func TestUnaddressableField(t *testing.T) { }) } +*/ + type Tint int type Tint2 = Tint @@ -7657,7 +7659,7 @@ func TestAliasNames(t *testing.T) { } } -*/ +/* func TestIssue22031(t *testing.T) { type s []struct{ C int } @@ -7677,8 +7679,6 @@ func TestIssue22031(t *testing.T) { } } -/* - type NonExportedFirst int func (i NonExportedFirst) ΦExported() {}