diff options
Diffstat (limited to 'test/reduce')
-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 a44e5b81e..cb1d9d6bc 100644 --- a/test/reduce/memory_table.wast.txt +++ b/test/reduce/memory_table.wast.txt @@ -1,9 +1,9 @@ (module (type $0 (func (result i32))) (type $1 (func)) + (memory $0 256 256) (table 481 481 anyfunc) (elem (i32.const 0) $0 $0 $0 $2) - (memory $0 256 256) (export "f1" (func $1)) (export "f2" (func $2)) (export "f4" (func $3)) |