aboutsummaryrefslogtreecommitdiff
path: root/src/go/types/sizeof_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'src/go/types/sizeof_test.go')
-rw-r--r--src/go/types/sizeof_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/go/types/sizeof_test.go b/src/go/types/sizeof_test.go
index 29e298103b..c8758663ec 100644
--- a/src/go/types/sizeof_test.go
+++ b/src/go/types/sizeof_test.go
@@ -30,7 +30,7 @@ func TestSizeof(t *testing.T) {
{Interface{}, 40, 80},
{Map{}, 16, 32},
{Chan{}, 12, 24},
- {Named{}, 76, 144},
+ {Named{}, 80, 152},
{TypeParam{}, 28, 48},
{top{}, 0, 0},