summaryrefslogtreecommitdiff
path: root/test/lit/structref.wast
diff options
context:
space:
mode:
Diffstat (limited to 'test/lit/structref.wast')
-rw-r--r--test/lit/structref.wast2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/lit/structref.wast b/test/lit/structref.wast
index f4f2fb281..6edf5f86e 100644
--- a/test/lit/structref.wast
+++ b/test/lit/structref.wast
@@ -4,7 +4,7 @@
;; Check that `struct` is correctly parsed as an alias for `data`.
(module
- ;; CHECK: (func $foo (type $dataref_ref|data|_=>_none) (param $x dataref) (param $y (ref data))
+ ;; CHECK: (func $foo (type $structref_ref|struct|_=>_none) (param $x structref) (param $y (ref struct))
;; CHECK-NEXT: (unreachable)
;; CHECK-NEXT: )
(func $foo (param $x structref) (param $y (ref struct))