diff options
Diffstat (limited to 'test/lit/validation/extended-const.wast')
-rw-r--r-- | test/lit/validation/extended-const.wast | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/lit/validation/extended-const.wast b/test/lit/validation/extended-const.wast index 36ffee430..cd87d4ccb 100644 --- a/test/lit/validation/extended-const.wast +++ b/test/lit/validation/extended-const.wast @@ -8,7 +8,7 @@ ;; NO-EXTENDED: unexpected false: table segment offset must be constant ;; EXTENDED: (import "env" "global" (global $gimport$0 i32)) -;; EXTENDED: (global $1 i32 (i32.add +;; EXTENDED: (global $global$1 i32 (i32.add ;; EXTENDED: (global.get $gimport$0) ;; EXTENDED: (i32.const 42) ;; EXTENDED: )) |