summaryrefslogtreecommitdiff
path: root/test/passes/remove-unused-names_vacuum.txt
diff options
context:
space:
mode:
Diffstat (limited to 'test/passes/remove-unused-names_vacuum.txt')
-rw-r--r--test/passes/remove-unused-names_vacuum.txt2
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)
)
)