mirror of https://github.com/golang/go.git
add size test
This commit is contained in:
parent
01e9f25721
commit
6e1362984d
|
|
@ -23,6 +23,7 @@ func TestSizeof(t *testing.T) {
|
|||
{Func{}, 184, 312},
|
||||
{Name{}, 96, 160},
|
||||
{miniExpr{}, 32, 48},
|
||||
{miniNode{}, 12, 12},
|
||||
}
|
||||
|
||||
for _, tt := range tests {
|
||||
|
|
|
|||
Loading…
Reference in New Issue