summaryrefslogtreecommitdiff
path: root/test/lit/passes/merge-blocks.wast
diff options
context:
space:
mode:
authorThomas Lively <7121787+tlively@users.noreply.github.com>2022-08-26 12:11:29 -0700
committerGitHub <noreply@github.com>2022-08-26 12:11:29 -0700
commit9d20a4e129dc6666f873d84566ea504dfc46ccdc (patch)
tree99be367933aaddeffa4805f0493cb84d01c0d5a0 /test/lit/passes/merge-blocks.wast
parent3777624e19f22a6eb80d995408329d789593e427 (diff)
downloadbinaryen-9d20a4e129dc6666f873d84566ea504dfc46ccdc.tar.gz
binaryen-9d20a4e129dc6666f873d84566ea504dfc46ccdc.tar.bz2
binaryen-9d20a4e129dc6666f873d84566ea504dfc46ccdc.zip
Make `i31ref` and `dataref` nullable (#4843)
Match the latest version of the GC spec. This change does not depend on V8 changing its interpretation of the shorthands because we are still temporarily not emitting the binary shorthands, but all Binaryen users will have to update their interpretations along with this change if they use the text or binary shorthands.
Diffstat (limited to 'test/lit/passes/merge-blocks.wast')
-rw-r--r--test/lit/passes/merge-blocks.wast2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/lit/passes/merge-blocks.wast b/test/lit/passes/merge-blocks.wast
index d6ff8b3d8..e22f4c604 100644
--- a/test/lit/passes/merge-blocks.wast
+++ b/test/lit/passes/merge-blocks.wast
@@ -17,7 +17,7 @@
;; CHECK: (func $br_on_to_drop
;; CHECK-NEXT: (nop)
;; CHECK-NEXT: (drop
- ;; CHECK-NEXT: (block $label$1 (result (ref null i31))
+ ;; CHECK-NEXT: (block $label$1 (result i31ref)
;; CHECK-NEXT: (drop
;; CHECK-NEXT: (br_on_i31 $label$1
;; CHECK-NEXT: (ref.null any)