1
0
mirror of https://github.com/golang/go synced 2024-11-23 23:00:03 -07:00

cmd/compile: add Param to Sizeof test

Change-Id: I2a710f0e9b484b3dfc581d3a9a23aa13321ec267
Reviewed-on: https://go-review.googlesource.com/32316
Run-TryBot: Josh Bleecher Snyder <josharian@gmail.com>
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
This commit is contained in:
Josh Bleecher Snyder 2016-10-28 13:16:25 -07:00
parent a866df2671
commit 91c1cdfbdb

View File

@ -24,6 +24,7 @@ func TestSizeof(t *testing.T) {
}{
{Func{}, 92, 160},
{Name{}, 44, 72},
{Param{}, 24, 48},
{Node{}, 92, 144},
{Sym{}, 60, 112},
{Type{}, 60, 96},