summaryrefslogtreecommitdiff
path: root/test/lit/passes/optimize-instructions-call_ref-roundtrip.wast
diff options
context:
space:
mode:
authorThomas Lively <tlively@google.com>2022-11-16 14:27:43 -0800
committerGitHub <noreply@github.com>2022-11-16 22:27:43 +0000
commita8d9bfd4f207d1a234c2ab7d28cd4ee763c535e0 (patch)
tree4e242ba97db33272b5917c2bcc9a10686ebe0625 /test/lit/passes/optimize-instructions-call_ref-roundtrip.wast
parent570007dbecf86db5ddba8d303896d841fc2b2d27 (diff)
downloadbinaryen-a8d9bfd4f207d1a234c2ab7d28cd4ee763c535e0.tar.gz
binaryen-a8d9bfd4f207d1a234c2ab7d28cd4ee763c535e0.tar.bz2
binaryen-a8d9bfd4f207d1a234c2ab7d28cd4ee763c535e0.zip
Revert "Revert "Make `call_ref` type annotations mandatory (#5246)" (#5265)" (#5266)
This reverts commit 570007dbecf86db5ddba8d303896d841fc2b2d27.
Diffstat (limited to 'test/lit/passes/optimize-instructions-call_ref-roundtrip.wast')
-rw-r--r--test/lit/passes/optimize-instructions-call_ref-roundtrip.wast6
1 files changed, 3 insertions, 3 deletions
diff --git a/test/lit/passes/optimize-instructions-call_ref-roundtrip.wast b/test/lit/passes/optimize-instructions-call_ref-roundtrip.wast
index 9718b4131..e59c09307 100644
--- a/test/lit/passes/optimize-instructions-call_ref-roundtrip.wast
+++ b/test/lit/passes/optimize-instructions-call_ref-roundtrip.wast
@@ -69,17 +69,17 @@
(func $call-table-get (param $x i32)
;; The heap type of the call_indirects that we emit here should be the
;; identical one as on the table that they correspond to.
- (call_ref
+ (call_ref $v1
(table.get $table-1
(local.get $x)
)
)
- (call_ref
+ (call_ref $v2
(table.get $table-2
(local.get $x)
)
)
- (call_ref
+ (call_ref $v3
(table.get $table-3
(local.get $x)
)