diff options
Diffstat (limited to 'test/table-import.wast.from-wast')
-rw-r--r-- | test/table-import.wast.from-wast | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/table-import.wast.from-wast b/test/table-import.wast.from-wast index 33c9cf7f2..32a7b5383 100644 --- a/test/table-import.wast.from-wast +++ b/test/table-import.wast.from-wast @@ -1,6 +1,6 @@ (module (type $0 (func)) - (import "env" "table" (table $0 1 1 anyfunc)) + (import "env" "table" (table $0 1 1 funcref)) (elem (i32.const 0) $foo) (memory $0 0) (func $foo (; 0 ;) (type $0) |