Skip to content

Commit c49ea8a

Browse files
committed
test: remove init option
1 parent 3e8d424 commit c49ea8a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

memory-testing/native.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ export function installTimerGlobals() {
1616
const created = etsInterop.createRuntime({
1717
"panda-files": "./hello.abc",
1818
"boot-panda-files": "./etsstdlib.abc:./hello.abc",
19-
"xgc-trigger-type": "heap-trigger",
19+
"xgc-trigger-type": "force",
2020
});
2121
if (!created) {
2222
throw new Error("failed to initialize ArkVM timer runtime");

0 commit comments

Comments
 (0)