diff options
Diffstat (limited to 'test/lit/memory64-ops.wast')
-rw-r--r-- | test/lit/memory64-ops.wast | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/lit/memory64-ops.wast b/test/lit/memory64-ops.wast index 5ed44df59..e6c4ca4ec 100644 --- a/test/lit/memory64-ops.wast +++ b/test/lit/memory64-ops.wast @@ -6,7 +6,7 @@ ;; CHECK: (memory $mem i64 1) (memory $mem i64 1) - ;; CHECK: (func $get_heap_size (result i64) + ;; CHECK: (func $get_heap_size (type $none_=>_i64) (result i64) ;; CHECK-NEXT: (i64.shl ;; CHECK-NEXT: (memory.size) ;; CHECK-NEXT: (i64.const 16) @@ -19,7 +19,7 @@ ) ) - ;; CHECK: (func $grow-heap (result i64) + ;; CHECK: (func $grow-heap (type $none_=>_i64) (result i64) ;; CHECK-NEXT: (memory.grow ;; CHECK-NEXT: (i64.const 32) ;; CHECK-NEXT: ) |