diff options
Diffstat (limited to 'test/lit/passes/inlining-optimizing_enable-threads.wast')
-rw-r--r-- | test/lit/passes/inlining-optimizing_enable-threads.wast | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/test/lit/passes/inlining-optimizing_enable-threads.wast b/test/lit/passes/inlining-optimizing_enable-threads.wast index ceaa1bfb5..60385b11a 100644 --- a/test/lit/passes/inlining-optimizing_enable-threads.wast +++ b/test/lit/passes/inlining-optimizing_enable-threads.wast @@ -6,7 +6,7 @@ (module (table 1 1 funcref) (elem (i32.const 0) $tabled) - ;; CHECK: (type $none_=>_none (func)) + ;; CHECK: (type $0 (func)) ;; CHECK: (table $0 1 1 funcref) @@ -137,7 +137,7 @@ ) ) (module - ;; CHECK: (type $none_=>_i32 (func (result i32))) + ;; CHECK: (type $0 (func (result i32))) ;; CHECK: (func $main (result i32) ;; CHECK-NEXT: (unreachable) @@ -151,7 +151,7 @@ ) ) (module - ;; CHECK: (type $none_=>_i64 (func (result i64))) + ;; CHECK: (type $0 (func (result i64))) ;; CHECK: (memory $0 (shared 1 1)) (memory $0 (shared 1 1)) @@ -178,7 +178,7 @@ ) ;; potential infinite recursion (module - ;; CHECK: (type $none_=>_none (func)) + ;; CHECK: (type $0 (func)) ;; CHECK: (func $main ;; CHECK-NEXT: (call $one) @@ -197,7 +197,7 @@ ) ;; potential infinite cycling recursion (module - ;; CHECK: (type $none_=>_none (func)) + ;; CHECK: (type $0 (func)) ;; CHECK: (func $main ;; CHECK-NEXT: (call $two) |