diff options
Diffstat (limited to 'test/lit/passes/precompute-gc-immutable.wast')
-rw-r--r-- | test/lit/passes/precompute-gc-immutable.wast | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/lit/passes/precompute-gc-immutable.wast b/test/lit/passes/precompute-gc-immutable.wast index 5b0d4dffd..2c03bfa7a 100644 --- a/test/lit/passes/precompute-gc-immutable.wast +++ b/test/lit/passes/precompute-gc-immutable.wast @@ -739,7 +739,7 @@ ;; data that is filled with vtables of different types. On usage, we do a ;; cast of the vtable type. - ;; CHECK: (type $itable (array dataref)) + ;; CHECK: (type $itable (array structref)) (type $itable (array (ref null struct))) ;; CHECK: (type $object (struct (field (ref $itable)))) |