Skip to content

Commit

Permalink
ensure that varying-allocations.roc initializes memory
Browse files Browse the repository at this point in the history
  • Loading branch information
folkertdev committed May 23, 2024
1 parent 8c41f16 commit ef62902
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion benchmarks/roc-nea/varying-allocations.roc
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ main = \input ->
capacity = parseU64 after * 1024

x : List U8
x = List.withCapacity capacity
x = List.repeat 0xAA capacity

Num.toStr (List.len x)

Expand Down

0 comments on commit ef62902

Please sign in to comment.