Skip to content

Commit

Permalink
save
Browse files Browse the repository at this point in the history
  • Loading branch information
petar-dambovaliev committed Sep 29, 2024
1 parent b5f0c14 commit 479e94d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gno.land/cmd/gnoland/testdata/alloc_slice.txtar
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@ package alloc
var buffer []int

func DoAlloc() {
buffer := make([]int, 1_000_000_000)
buffer[1] = 1
buffer := make([]int, 1_000_000_00)
buffer[1] = 1
}

0 comments on commit 479e94d

Please sign in to comment.