diff options
Diffstat (limited to 'test/lit/array-init-static.wast')
-rw-r--r-- | test/lit/array-init-static.wast | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/lit/array-init-static.wast b/test/lit/array-init-static.wast index 41915d1ed..a4110509c 100644 --- a/test/lit/array-init-static.wast +++ b/test/lit/array-init-static.wast @@ -6,11 +6,11 @@ ;; parsed correctly. (module - ;; CHECK: (type $none_=>_none (func)) + ;; CHECK: (type $0 (func)) ;; CHECK: (type $array (array i32)) (type $array (array i32)) - ;; CHECK: (func $test (type $none_=>_none) + ;; CHECK: (func $test (type $0) ;; CHECK-NEXT: (drop ;; CHECK-NEXT: (array.new_fixed $array 2 ;; CHECK-NEXT: (i32.const 0) |