diff options
Diffstat (limited to 'test/reduce/memory_table.wast.txt')
-rw-r--r-- | test/reduce/memory_table.wast.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/reduce/memory_table.wast.txt b/test/reduce/memory_table.wast.txt index 5f6b3e7e1..3c3b80ca8 100644 --- a/test/reduce/memory_table.wast.txt +++ b/test/reduce/memory_table.wast.txt @@ -2,7 +2,7 @@ (type $0 (func (result i32))) (type $1 (func)) (memory $0 256 256) - (table $0 481 481 anyfunc) + (table $0 481 481 funcref) (elem (i32.const 0) $0 $0 $0 $2) (export "f1" (func $1)) (export "f2" (func $2)) |