Skip to content

Commit

Permalink
undo this but be watchful
Browse files Browse the repository at this point in the history
`make -C rts test` passes now on my Mac, maybe this was a red herring?
  • Loading branch information
ggreif committed Nov 29, 2021
1 parent 7b24bfa commit 140e93d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions rts/motoko-rts-tests/src/gc.rs
Original file line number Diff line number Diff line change
Expand Up @@ -119,8 +119,8 @@ fn test_gc(
heap.continuation_table_ptr_offset(),
);

for _ in 0..0 {
gc.run(heap.clone()); /* FIXME: not alignment-preserving! */
for _ in 0..3 {
gc.run(heap.clone());

let heap_base_offset = heap.heap_base_offset();
let heap_ptr_offset = heap.heap_ptr_offset();
Expand Down

0 comments on commit 140e93d

Please sign in to comment.