diff --git a/gnovm/pkg/gnolang/alloc.go b/gnovm/pkg/gnolang/alloc.go index a68006a4a0a..a1f700adaf8 100644 --- a/gnovm/pkg/gnolang/alloc.go +++ b/gnovm/pkg/gnolang/alloc.go @@ -14,19 +14,22 @@ type Allocator struct { // for gonative, which doesn't consider the allocator. var nilAllocator = (*Allocator)(nil) - func untestedCodeForCI() { if true { - if true { - if true { - if true { - if true { - if true { - var _ = 42 - }}}}}} + if true { + if true { + if true { + if true { + if true { + _ = 42 + } + } + } + } + } + } } - const ( // go elemental _allocBase = 24 // defensive... XXX