Skip to content

Commit

Permalink
Fix test case from crashing
Browse files Browse the repository at this point in the history
  • Loading branch information
JothamWong committed Apr 10, 2024
1 parent ab9a5a8 commit d8059ae
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/tests/test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -477,7 +477,7 @@ x;
`,
5,
'',
100
300
);

// Testing mark and sweep, with exactly one variable that should be freed
Expand Down
2 changes: 1 addition & 1 deletion src/vm/oogavm-machine.ts
Original file line number Diff line number Diff line change
Expand Up @@ -756,7 +756,7 @@ export function run(numWords = 1000000) {
log('After STD initialization: ');
printHeapUsage();
log('Return value: ' + returnValue);
console.log('Return value: ' + returnValue);
// console.log('Return value: ' + returnValue);
return returnValue;
}

Expand Down

0 comments on commit d8059ae

Please sign in to comment.