diff options
Diffstat (limited to 'test/binaryen.js/debug-info.js.txt')
-rw-r--r-- | test/binaryen.js/debug-info.js.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/binaryen.js/debug-info.js.txt b/test/binaryen.js/debug-info.js.txt index 1d557b337..7802e3415 100644 --- a/test/binaryen.js/debug-info.js.txt +++ b/test/binaryen.js/debug-info.js.txt @@ -1,7 +1,7 @@ === default === debugInfo=false (module - (type $none_=>_none (func)) + (type $0 (func)) (memory $0 0) (export "test" (func $0)) (func $0 @@ -23,7 +23,7 @@ debugInfo=true === without debug info === debugInfo=false (module - (type $none_=>_none (func)) + (type $0 (func)) (memory $0 0) (export "test" (func $0)) (func $0 |