make it test again

This commit is contained in:
dcode
2019-03-09 01:06:45 +01:00
parent 0ad9d560e0
commit 4f1a971a61
5 changed files with 20 additions and 4 deletions

View File

@ -12,6 +12,7 @@
@inline export const HEADER_SIZE: usize = (offsetof<ManagedObject>() + AL_MASK) & ~AL_MASK;
import { AL_MASK, MAX_SIZE_32 } from "../internal/allocator";
import { __rt_iterateroots } from "../builtins";
/** Collector states. */
const enum State {