diff options
Diffstat (limited to 'test/parse/expr/callindirect.txt')
-rw-r--r-- | test/parse/expr/callindirect.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/parse/expr/callindirect.txt b/test/parse/expr/callindirect.txt index 6244ae90..3f538bb6 100644 --- a/test/parse/expr/callindirect.txt +++ b/test/parse/expr/callindirect.txt @@ -1,6 +1,6 @@ ;;; TOOL: wat2wasm (module - (table anyfunc (elem 0)) + (table funcref (elem 0)) (type (func (param i32))) (func i32.const 0 |