summaryrefslogtreecommitdiff
path: root/test/lit/validation
diff options
context:
space:
mode:
authorSam Clegg <sbc@chromium.org>2024-05-15 12:53:31 -0700
committerGitHub <noreply@github.com>2024-05-15 12:53:31 -0700
commit2b60f8a212c0e744d0dbf3346498b08c9a27a39e (patch)
treeee80a2e5a894c2af40972c269f2bb69089e9fdc0 /test/lit/validation
parent2cc5e06549a4019eeed7303bfab32b95c32507bc (diff)
downloadbinaryen-2b60f8a212c0e744d0dbf3346498b08c9a27a39e.tar.gz
binaryen-2b60f8a212c0e744d0dbf3346498b08c9a27a39e.tar.bz2
binaryen-2b60f8a212c0e744d0dbf3346498b08c9a27a39e.zip
Add table64 lowering pass (#6595)
Changes to wasm-validator.cpp here are mostly for consistency between elem and data segment validation.
Diffstat (limited to 'test/lit/validation')
-rw-r--r--test/lit/validation/extended-const.wast4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/lit/validation/extended-const.wast b/test/lit/validation/extended-const.wast
index 8188079a1..36ffee430 100644
--- a/test/lit/validation/extended-const.wast
+++ b/test/lit/validation/extended-const.wast
@@ -4,8 +4,8 @@
;; RUN: wasm-opt %s -all -o - -S | filecheck %s --check-prefix EXTENDED
;; NO-EXTENDED: unexpected false: global init must be constant
-;; NO-EXTENDED: unexpected false: memory segment offset should be constant
-;; NO-EXTENDED: unexpected false: table segment offset should be constant
+;; NO-EXTENDED: unexpected false: memory segment offset must be constant
+;; NO-EXTENDED: unexpected false: table segment offset must be constant
;; EXTENDED: (import "env" "global" (global $gimport$0 i32))
;; EXTENDED: (global $1 i32 (i32.add