diff options
Diffstat (limited to 'test/lld/init.wast')
-rw-r--r-- | test/lld/init.wast | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/lld/init.wast b/test/lld/init.wast index 87c2e862f..15bf65e7c 100644 --- a/test/lld/init.wast +++ b/test/lld/init.wast @@ -4,7 +4,7 @@ (global $global$0 (mut i32) (i32.const 66112)) (global $global$1 i32 (i32.const 66112)) (global $global$2 i32 (i32.const 576)) - (table 1 1 anyfunc) + (table 1 1 funcref) (memory $0 2) (data (i32.const 568) "\00\00\00\00\00\00\00\00") (export "memory" (memory $0)) |