summaryrefslogtreecommitdiff
path: root/test/lit/passes/merge-blocks.wast
diff options
context:
space:
mode:
Diffstat (limited to 'test/lit/passes/merge-blocks.wast')
-rw-r--r--test/lit/passes/merge-blocks.wast3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/lit/passes/merge-blocks.wast b/test/lit/passes/merge-blocks.wast
index e22f4c604..f858b0dc8 100644
--- a/test/lit/passes/merge-blocks.wast
+++ b/test/lit/passes/merge-blocks.wast
@@ -8,10 +8,11 @@
(module
(type $anyref_=>_none (func (param anyref)))
+ ;; CHECK: (type $array (array (mut i32)))
+
;; CHECK: (type $struct (struct (field (mut i32))))
(type $struct (struct (field (mut i32))))
- ;; CHECK: (type $array (array (mut i32)))
(type $array (array (mut i32)))
;; CHECK: (func $br_on_to_drop