Martin Dørum před 3 roky
rodič
revize
f2a8f4ca9c
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1
    1
      test/src/examples.t.c

+ 1
- 1
test/src/examples.t.c Zobrazit soubor

@@ -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);
}

Načítá se…
Zrušit
Uložit