소스 검색

fix test

master
Martin Dørum 3 년 전
부모
커밋
f2a8f4ca9c
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1
    1
      test/src/examples.t.c

+ 1
- 1
test/src/examples.t.c 파일 보기

@@ -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…
취소
저장