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.go3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/go/types/sizeof_test.go b/src/go/types/sizeof_test.go
index b892e7e521..75122b0273 100644
--- a/src/go/types/sizeof_test.go
+++ b/src/go/types/sizeof_test.go
@@ -26,12 +26,13 @@ func TestSizeof(t *testing.T) {
{Pointer{}, 8, 16},
{Tuple{}, 12, 24},
{Signature{}, 28, 56},
- {Union{}, 24, 48},
+ {Union{}, 12, 24},
{Interface{}, 40, 80},
{Map{}, 16, 32},
{Chan{}, 12, 24},
{Named{}, 80, 152},
{TypeParam{}, 28, 48},
+ {term{}, 12, 24},
{top{}, 0, 0},
// Objects