diff options
Diffstat (limited to 'test/binaryen.js/debug-names.js.txt')
-rw-r--r-- | test/binaryen.js/debug-names.js.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/test/binaryen.js/debug-names.js.txt b/test/binaryen.js/debug-names.js.txt index 605bec650..dc66048ca 100644 --- a/test/binaryen.js/debug-names.js.txt +++ b/test/binaryen.js/debug-names.js.txt @@ -10,7 +10,7 @@ === parsed wast === (module $hel - (type $i32_=>_none (func (param i32))) + (type $0 (func (param i32))) (global $ld i32 (i32.const 0)) (memory $lo 0 0) (table $wor 0 0 funcref) @@ -22,7 +22,7 @@ === roundtripped === (module $hel - (type $i32_=>_none (func (param i32))) + (type $0 (func (param i32))) (global $ld i32 (i32.const 0)) (memory $lo 0 0) (table $wor 0 0 funcref) @@ -34,7 +34,7 @@ === roundtripped again === (module $hel - (type $i32_=>_none (func (param i32))) + (type $0 (func (param i32))) (global $ld i32 (i32.const 0)) (memory $lo 0 0) (table $wor 0 0 funcref) |