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 21ec3a4 commit b5f0c14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 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_000)
buffer := make([]int, 1_000_000_000)
buffer[1] = 1
}

0 comments on commit b5f0c14

Please sign in to comment.