summaryrefslogtreecommitdiff
path: root/test/gc.wast.fromBinary
diff options
context:
space:
mode:
Diffstat (limited to 'test/gc.wast.fromBinary')
-rw-r--r--test/gc.wast.fromBinary4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/gc.wast.fromBinary b/test/gc.wast.fromBinary
index e56215a8a..ca56f5538 100644
--- a/test/gc.wast.fromBinary
+++ b/test/gc.wast.fromBinary
@@ -13,7 +13,7 @@
(global $global_eqref2 (mut eqref) (i31.new
(i32.const 0)
))
- (func $test (type $i31ref_dataref_=>_none) (param $local_i31ref i31ref) (param $local_dataref dataref)
+ (func $test (type $i31ref_dataref_=>_none) (param $local_i31ref i31ref) (param $local_structref dataref)
(local $local_i32 i32)
(local $local_anyref anyref)
(local $local_eqref eqref)
@@ -148,7 +148,7 @@
)
)
)
- (func $test-variants (type $i31ref_ref|i31|_dataref_ref|data|_=>_none) (param $local_i31refnull i31ref) (param $local_i31refnonnull (ref i31)) (param $local_datarefnull dataref) (param $local_datarefnonnull (ref data))
+ (func $test-variants (type $i31ref_ref|i31|_dataref_ref|data|_=>_none) (param $local_i31refnull i31ref) (param $local_i31refnonnull (ref i31)) (param $local_structrefnull dataref) (param $local_structrefnonnull (ref data))
(nop)
)
)