diff options
Diffstat (limited to 'test/lit/nominal-func.wast')
-rw-r--r-- | test/lit/nominal-func.wast | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/lit/nominal-func.wast b/test/lit/nominal-func.wast index b5f266db3..08acae21d 100644 --- a/test/lit/nominal-func.wast +++ b/test/lit/nominal-func.wast @@ -6,7 +6,7 @@ ;; This will be the "canonical" function type rather than $foo_t (type $bad_t (func)) - ;; CHECK: (type $foo_t (func)) + ;; CHECK: (type $foo_t (func_subtype func)) (type $foo_t (func)) ;; CHECK: (func $foo |