diff options
Diffstat (limited to 'test/passes/remove-unused-names_merge-blocks_all-features.wast')
-rw-r--r-- | test/passes/remove-unused-names_merge-blocks_all-features.wast | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/passes/remove-unused-names_merge-blocks_all-features.wast b/test/passes/remove-unused-names_merge-blocks_all-features.wast index 2e9af253c..3ec2768e0 100644 --- a/test/passes/remove-unused-names_merge-blocks_all-features.wast +++ b/test/passes/remove-unused-names_merge-blocks_all-features.wast @@ -1558,7 +1558,7 @@ ) (module - (tag $e (attr 0) (param i32)) + (tag $e (param i32)) (func $foo) ;; 'nop' within 'block' of `throw' can be hoisted |