We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f701c72 commit 49671c3Copy full SHA for 49671c3
rts/motoko-rts/src/gc.rs
@@ -418,6 +418,4 @@ pub unsafe extern "C" fn collect() {
418
bytes_to_words(Bytes((end_to_space - new_hp) as u32)),
419
0,
420
);
421
-
422
- crate::debug::dump_heap(); // TODO (osa): The test 'life' fails if I remove this line?!?!?!
423
}
0 commit comments