Commit 5578b136 authored by Jakob Kummerow's avatar Jakob Kummerow Committed by V8 LUCI CQ

[wasm-gc][test] Fix test (after in-flight CL collision)

No-Try: True
No-Tree-Checks: True
Change-Id: Id63d073abaff59f975883f95870704ea6d55ac0a
Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/3866172
Auto-Submit: Jakob Kummerow <jkummerow@chromium.org>
Commit-Queue: Deepti Gandluri <gdeepti@chromium.org>
Reviewed-by: 's avatarDeepti Gandluri <gdeepti@chromium.org>
Cr-Commit-Position: refs/heads/main@{#82841}
parent 061e1edf
......@@ -101,7 +101,7 @@ for (let [typeName, type] of Object.entries(tableTypes)) {
makeSig([wasmRefType(creatorAnySig)], [kWasmExternRef]))
.addBody([
kExprLocalGet, 0,
kExprCallRef,
kExprCallRef, creatorAnySig,
kGCPrefix, kExprExternExternalize,
])
.exportFunc();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment