summaryrefslogtreecommitdiff
path: root/test/lit/passes/stack-ir-eh.wast
diff options
context:
space:
mode:
Diffstat (limited to 'test/lit/passes/stack-ir-eh.wast')
-rw-r--r--test/lit/passes/stack-ir-eh.wast8
1 files changed, 5 insertions, 3 deletions
diff --git a/test/lit/passes/stack-ir-eh.wast b/test/lit/passes/stack-ir-eh.wast
index 228f00773..b9e44174d 100644
--- a/test/lit/passes/stack-ir-eh.wast
+++ b/test/lit/passes/stack-ir-eh.wast
@@ -1,7 +1,9 @@
-;; RUN: wasm-opt %s --generate-stack-ir --optimize-stack-ir --print-stack-ir \
-;; RUN: -all -S -o - | filecheck %s
+;; NOTE: Assertions have been generated by update_lit_checks.py and should not be edited.
+;; RUN: wasm-opt %s --generate-stack-ir --optimize-stack-ir \
+;; RUN: -all --print-stack-ir | filecheck %s
(module
+ ;; CHECK: (tag $e0 (param i32))
(tag $e0 (param i32))
;; CHECK: (func $eh
@@ -9,7 +11,7 @@
;; CHECK-NEXT: i32.const 0
;; CHECK-NEXT: throw $e0
;; CHECK-NEXT: catch $e0
- ;; CHECK-NEXT:
+ ;; CHECK-NEXT:
;; CHECK-NEXT: drop
;; CHECK-NEXT: catch_all
;; CHECK-NEXT: rethrow $l0