summaryrefslogtreecommitdiff
path: root/test/lit/passes/precompute-gc.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/passes/precompute-gc.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/passes/precompute-gc.wast')
-rw-r--r--test/lit/passes/precompute-gc.wast2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/lit/passes/precompute-gc.wast b/test/lit/passes/precompute-gc.wast
index 896158637..78e91d749 100644
--- a/test/lit/passes/precompute-gc.wast
+++ b/test/lit/passes/precompute-gc.wast
@@ -1198,7 +1198,7 @@
(drop
;; Read from the local, checking whether precompute set a value there (it
;; should not, as the cast fails).
- (call_ref $func-return-i32
+ (call_ref
(local.get $temp)
)
)