diff options
author | Thomas Lively <tlively@google.com> | 2022-11-16 13:44:33 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-11-16 13:44:33 -0800 |
commit | 570007dbecf86db5ddba8d303896d841fc2b2d27 (patch) | |
tree | 6774a699ed3faf5f6f263b77025c30880e51fead /test/lit/passes/precompute-gc.wast | |
parent | 3528a593f5a588d1819c6de9645b63361c13bf6b (diff) | |
download | binaryen-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.wast | 2 |
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) ) ) |