diff options
Diffstat (limited to 'test/lit/passes/local-cse.wast')
-rw-r--r-- | test/lit/passes/local-cse.wast | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/test/lit/passes/local-cse.wast b/test/lit/passes/local-cse.wast index b3f32fddc..a5e90adf1 100644 --- a/test/lit/passes/local-cse.wast +++ b/test/lit/passes/local-cse.wast @@ -5,11 +5,11 @@ (module (memory 100 100) - ;; CHECK: (type $none_=>_none (func)) + ;; CHECK: (type $0 (func)) - ;; CHECK: (type $i32_=>_i32 (func (param i32) (result i32))) + ;; CHECK: (type $1 (func (param i32) (result i32))) - ;; CHECK: (type $none_=>_i64 (func (result i64))) + ;; CHECK: (type $2 (func (result i64))) ;; CHECK: (memory $0 100 100) @@ -438,7 +438,7 @@ ) (module - ;; CHECK: (type $none_=>_none (func)) + ;; CHECK: (type $0 (func)) ;; CHECK: (global $glob (mut i32) (i32.const 1)) (global $glob (mut i32) (i32.const 1)) |