We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e5931a5 commit 1b4bbfeCopy full SHA for 1b4bbfe
2 files changed
test/lit/passes/log-execution.wast
@@ -83,11 +83,11 @@
83
;; CHECK-NEXT: )
84
;; CHECK-NEXT: (block
85
;; CHECK-NEXT: (call $log_execution
86
- ;; CHECK-NEXT: (i32.const 10)
+ ;; CHECK-NEXT: (i32.const 11)
87
88
;; CHECK-NEXT: (loop
89
90
- ;; CHECK-NEXT: (i32.const 11)
+ ;; CHECK-NEXT: (i32.const 10)
91
92
93
;; CHECK-NEXT: (drop
test/lit/passes/log-execution_arg.wast
@@ -13,7 +13,7 @@
13
14
;; CHECK: (func $nopp
15
16
- ;; CHECK-NEXT: (i32.const 0)
+ ;; CHECK-NEXT: (i32.const 2)
17
18
;; CHECK-NEXT: (nop)
19
0 commit comments