diff options
Diffstat (limited to 'test/merge/fusing.wast.combined.finalized.opt')
-rw-r--r-- | test/merge/fusing.wast.combined.finalized.opt | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/test/merge/fusing.wast.combined.finalized.opt b/test/merge/fusing.wast.combined.finalized.opt index 202c566e1..9df0a5cdc 100644 --- a/test/merge/fusing.wast.combined.finalized.opt +++ b/test/merge/fusing.wast.combined.finalized.opt @@ -1,6 +1,5 @@ (module (type $FUNCSIG$v (func)) - (type $FUNCSIG$v$0 (func)) (import "env" "memory" (memory $0 256)) (import "env" "table" (table 8 anyfunc)) (global $a-global i32 (i32.const 0)) @@ -20,7 +19,7 @@ (get_global $b-global) ) ) - (func $bar-func (type $FUNCSIG$v$0) + (func $bar-func (type $FUNCSIG$v) (nop) (drop (get_global $a-global) |