summaryrefslogtreecommitdiff
path: root/test/lit/validation/nn-locals-bad-call_ref.wast
diff options
context:
space:
mode:
authorThomas Lively <tlively@google.com>2022-11-16 13:44:33 -0800
committerGitHub <noreply@github.com>2022-11-16 13:44:33 -0800
commit570007dbecf86db5ddba8d303896d841fc2b2d27 (patch)
tree6774a699ed3faf5f6f263b77025c30880e51fead /test/lit/validation/nn-locals-bad-call_ref.wast
parent3528a593f5a588d1819c6de9645b63361c13bf6b (diff)
downloadbinaryen-570007dbecf86db5ddba8d303896d841fc2b2d27.tar.gz
binaryen-570007dbecf86db5ddba8d303896d841fc2b2d27.tar.bz2
binaryen-570007dbecf86db5ddba8d303896d841fc2b2d27.zip
Revert "Make `call_ref` type annotations mandatory (#5246)" (#5265)
This reverts commit b2054b72b7daa89b7ad161c0693befad06a20c90. It looks like the necessary V8 change has not rolled out everywhere yet.
Diffstat (limited to 'test/lit/validation/nn-locals-bad-call_ref.wast')
-rw-r--r--test/lit/validation/nn-locals-bad-call_ref.wast3
1 files changed, 1 insertions, 2 deletions
diff --git a/test/lit/validation/nn-locals-bad-call_ref.wast b/test/lit/validation/nn-locals-bad-call_ref.wast
index 9a96ed4bc..357409eef 100644
--- a/test/lit/validation/nn-locals-bad-call_ref.wast
+++ b/test/lit/validation/nn-locals-bad-call_ref.wast
@@ -6,12 +6,11 @@
(module
(tag $tag (param i32))
- (type $void (func))
(func $func
(local $0 (ref any))
(try
(do
- (call_ref $void
+ (call_ref
(ref.func $func)
)
)