diff options
Diffstat (limited to 'test/lld/duplicate_imports.wast')
-rw-r--r-- | test/lld/duplicate_imports.wast | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/lld/duplicate_imports.wast b/test/lld/duplicate_imports.wast index 8147f5d2f..db184bcad 100644 --- a/test/lld/duplicate_imports.wast +++ b/test/lld/duplicate_imports.wast @@ -9,7 +9,7 @@ (global $global$0 (mut i32) (i32.const 66128)) (global $global$1 i32 (i32.const 66128)) (global $global$2 i32 (i32.const 581)) - (table 1 1 anyfunc) + (table 1 1 funcref) (memory $0 2) (data (i32.const 568) "Hello, world\00") (export "memory" (memory $0)) |