ソースを参照

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

読み込み中…
キャンセル
保存