Skip to content

Commit

Permalink
chore: fixup
Browse files Browse the repository at this point in the history
Signed-off-by: moul <[email protected]>
  • Loading branch information
moul committed Sep 21, 2023
1 parent 1d6397e commit 9c52f55
Showing 1 changed file with 12 additions and 9 deletions.
21 changes: 12 additions & 9 deletions gnovm/pkg/gnolang/alloc.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9c52f55

Please sign in to comment.