summaryrefslogtreecommitdiff
path: root/test/lit/passes/asyncify_mod-asyncify-never-unwind.wast
diff options
context:
space:
mode:
Diffstat (limited to 'test/lit/passes/asyncify_mod-asyncify-never-unwind.wast')
-rw-r--r--test/lit/passes/asyncify_mod-asyncify-never-unwind.wast6
1 files changed, 1 insertions, 5 deletions
diff --git a/test/lit/passes/asyncify_mod-asyncify-never-unwind.wast b/test/lit/passes/asyncify_mod-asyncify-never-unwind.wast
index dce366b82..67bfb5694 100644
--- a/test/lit/passes/asyncify_mod-asyncify-never-unwind.wast
+++ b/test/lit/passes/asyncify_mod-asyncify-never-unwind.wast
@@ -433,15 +433,11 @@
(drop (call $import2))
)
;; CHECK: (func $calls-nothing
- ;; CHECK-NEXT: (local $0 i32)
- ;; CHECK-NEXT: (local.set $0
+ ;; CHECK-NEXT: (drop
;; CHECK-NEXT: (i32.eqz
;; CHECK-NEXT: (i32.const 17)
;; CHECK-NEXT: )
;; CHECK-NEXT: )
- ;; CHECK-NEXT: (drop
- ;; CHECK-NEXT: (local.get $0)
- ;; CHECK-NEXT: )
;; CHECK-NEXT: )
(func $calls-nothing
(drop (i32.eqz (i32.const 17)))