Skip to content

Commit 86f8b66

Browse files
committed
Update Wasm: remove EncodedGraphCacheCapacity=-1 usage in favor of EncodeGraphCache=true (enabled by default).
1 parent d819083 commit 86f8b66

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

wasm/src/org.graalvm.wasm.test/src/org/graalvm/wasm/test/WasmFileSuite.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -280,7 +280,6 @@ private WasmTestStatus runTestCase(WasmCase testCase) {
280280
contextBuilder.allowEnvironmentAccess(EnvironmentAccess.NONE);
281281
contextBuilder.out(TEST_OUT);
282282
contextBuilder.allowExperimentalOptions(true);
283-
contextBuilder.option("engine.EncodedGraphCacheCapacity", "-1");
284283

285284
if (WasmTestOptions.LOG_LEVEL != null && !WasmTestOptions.LOG_LEVEL.equals("")) {
286285
contextBuilder.option("log.wasm.level", WasmTestOptions.LOG_LEVEL);

0 commit comments

Comments
 (0)