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

@@ -111,7 +111,7 @@ static void check_impl(const char *name) {
vm.std_output = &output.w;

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

Loading…
Cancel
Save