summaryrefslogtreecommitdiff
path: root/test/lit/ctor-eval/extern.wast
diff options
context:
space:
mode:
Diffstat (limited to 'test/lit/ctor-eval/extern.wast')
-rw-r--r--test/lit/ctor-eval/extern.wast4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/lit/ctor-eval/extern.wast b/test/lit/ctor-eval/extern.wast
index 874b2c00e..2607e13c9 100644
--- a/test/lit/ctor-eval/extern.wast
+++ b/test/lit/ctor-eval/extern.wast
@@ -12,7 +12,7 @@
;; CHECK: (type $none_=>_anyref (func (result anyref)))
- ;; CHECK: (global $ctor-eval$global (ref $array) (array.new_fixed $array
+ ;; CHECK: (global $ctor-eval$global (ref $array) (array.new_fixed $array 3
;; CHECK-NEXT: (i32.const 1)
;; CHECK-NEXT: (i32.const 2)
;; CHECK-NEXT: (i32.const 3)
@@ -50,7 +50,7 @@
(func $test2 (result externref)
;; This will be evalled into an externalization of a global.get.
(extern.externalize
- (array.new_fixed $array
+ (array.new_fixed $array 3
(i32.const 1)
(i32.const 2)
(i32.const 3)