Browse Source

fix test

master
Martin Dørum 3 years ago
parent
commit
f2a8f4ca9c
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      test/src/examples.t.c

+ 1
- 1
test/src/examples.t.c View File

vm.std_output = &output.w; vm.std_output = &output.w;


// Run a GC after every instruction to uncover potential GC issues // Run a GC after every instruction to uncover potential GC issues
while (!vm->halted) {
while (!vm.halted) {
l2_vm_step(&vm); l2_vm_step(&vm);
l2_vm_gc(&vm); l2_vm_gc(&vm);
} }

Loading…
Cancel
Save