diff options
Diffstat (limited to 'test')
-rw-r--r-- | test/passes/remove-unused-names_vacuum.txt | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/test/passes/remove-unused-names_vacuum.txt b/test/passes/remove-unused-names_vacuum.txt index 9e54fbc18..6cb852818 100644 --- a/test/passes/remove-unused-names_vacuum.txt +++ b/test/passes/remove-unused-names_vacuum.txt @@ -15,9 +15,7 @@ ) (func $to-drop-unreachable (drop - (block (result i32) - (unreachable) - ) + (unreachable) ) ) (func $return-i32-but-body-is-unreachable5 (result i32) |