summaryrefslogtreecommitdiff
path: root/test/lit/nominal-func.wast
diff options
context:
space:
mode:
Diffstat (limited to 'test/lit/nominal-func.wast')
-rw-r--r--test/lit/nominal-func.wast3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/lit/nominal-func.wast b/test/lit/nominal-func.wast
index b4f0a2f15..4aeef2eb7 100644
--- a/test/lit/nominal-func.wast
+++ b/test/lit/nominal-func.wast
@@ -6,10 +6,11 @@
(module
;; This will be the "canonical" function type rather than $foo_t
+ ;; CHECK: (type $bad_t (func))
(type $bad_t (func))
+ ;; CHECK: (type $foo_t (func))
(type $foo_t (func))
- (type $struct (struct (ref $foo_t)))
;; CHECK: (func $foo
;; CHECK-NEXT: (unreachable)