diff options
Diffstat (limited to 'test/lit/validation')
-rw-r--r-- | test/lit/validation/extended-const.wast | 4 |
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 |