Explorar el Código

fix test

master
Martin Dørum hace 3 años
padre
commit
f2a8f4ca9c
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1
    1
      test/src/examples.t.c

+ 1
- 1
test/src/examples.t.c Ver fichero

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

Cargando…
Cancelar
Guardar