diff options
Diffstat (limited to 'test/lit/binary')
-rw-r--r-- | test/lit/binary/heap-types.wast | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/test/lit/binary/heap-types.wast b/test/lit/binary/heap-types.wast index 98ece30bf..ff9e59290 100644 --- a/test/lit/binary/heap-types.wast +++ b/test/lit/binary/heap-types.wast @@ -21,7 +21,7 @@ ;; CHECK-NEXT: ) ;; CHECK-NEXT: ) ;; CHECK-NEXT: ) - ;; NOMNL: (func $test + ;; NOMNL: (func $test (type $none_=>_none) ;; NOMNL-NEXT: (drop ;; NOMNL-NEXT: (ref.test_static $struct.B ;; NOMNL-NEXT: (ref.null $struct.A) @@ -48,7 +48,7 @@ ;; CHECK-NEXT: ) ;; CHECK-NEXT: ) ;; CHECK-NEXT: ) - ;; NOMNL: (func $test + ;; NOMNL: (func $test (type $none_=>_none) ;; NOMNL-NEXT: (drop ;; NOMNL-NEXT: (ref.cast_static $struct.B ;; NOMNL-NEXT: (ref.null $struct.A) @@ -71,7 +71,7 @@ ;; CHECK-NEXT: (struct.new_default $struct.A) ;; CHECK-NEXT: ) ;; CHECK-NEXT: ) - ;; NOMNL: (func $test + ;; NOMNL: (func $test (type $none_=>_none) ;; NOMNL-NEXT: (drop ;; NOMNL-NEXT: (struct.new_default $struct.A) ;; NOMNL-NEXT: ) @@ -95,7 +95,7 @@ ;; CHECK-NEXT: ) ;; CHECK-NEXT: ) ;; CHECK-NEXT: ) - ;; NOMNL: (func $test + ;; NOMNL: (func $test (type $none_=>_none) ;; NOMNL-NEXT: (drop ;; NOMNL-NEXT: (array.new $vector ;; NOMNL-NEXT: (f64.const 3.14159) @@ -127,7 +127,7 @@ ;; CHECK-NEXT: ) ;; CHECK-NEXT: ) ;; CHECK-NEXT: ) - ;; NOMNL: (func $test + ;; NOMNL: (func $test (type $none_=>_none) ;; NOMNL-NEXT: (drop ;; NOMNL-NEXT: (array.init_static $vector ;; NOMNL-NEXT: (f64.const 1) |