diff options
Diffstat (limited to 'test/passes/remove-unused-names_vacuum.txt')
-rw-r--r-- | test/passes/remove-unused-names_vacuum.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/passes/remove-unused-names_vacuum.txt b/test/passes/remove-unused-names_vacuum.txt index 7c1f902c0..999d8915e 100644 --- a/test/passes/remove-unused-names_vacuum.txt +++ b/test/passes/remove-unused-names_vacuum.txt @@ -12,7 +12,7 @@ ) (func $to-drop-unreachable (type $1) (drop - (block i32 + (block (result i32) (unreachable) ) ) |