From 8fc5c082a61ae033cc393c75748c7d52175f0359 Mon Sep 17 00:00:00 2001 From: luc-blaeser Date: Tue, 3 Sep 2024 19:00:40 +0200 Subject: [PATCH] Update test result --- test/ld/ok/fun-ptr.linked.wat.ok | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/test/ld/ok/fun-ptr.linked.wat.ok b/test/ld/ok/fun-ptr.linked.wat.ok index ae064349452..4f829c43650 100644 --- a/test/ld/ok/fun-ptr.linked.wat.ok +++ b/test/ld/ok/fun-ptr.linked.wat.ok @@ -46,12 +46,11 @@ memory.init 0 call $__wasm_apply_data_relocs call $link_start) - (table (;0;) 5 5 funcref) + (table (;0;) 3 3 funcref) (memory (;0;) i64 2) - (global (;0;) i64 (i64.const 4)) - (global (;1;) i64 (i64.const 3)) + (global (;0;) i64 (i64.const 2)) + (global (;1;) i64 (i64.const 1)) (global (;2;) i64 (i64.const 65792)) (start $link_start.1) - (elem (;0;) (i32.const 1) func $f0 $f1) - (elem (;1;) (i32.const 3) func $f1 $f0) - (data (;0;) "\00\00\00\00\00\00\00\00\01\00\00\00\00\00\00\00")) + (elem (;0;) (i32.const 1) func $f1 $f0) + (data (;0;) "\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00"))