diff options
Diffstat (limited to 'test/binaryen.js/debug-info.js.txt')
-rw-r--r-- | test/binaryen.js/debug-info.js.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/test/binaryen.js/debug-info.js.txt b/test/binaryen.js/debug-info.js.txt index 3d83e46e5..4cbe177b8 100644 --- a/test/binaryen.js/debug-info.js.txt +++ b/test/binaryen.js/debug-info.js.txt @@ -4,7 +4,7 @@ debugInfo=false (type $none_=>_none (func)) (memory $0 0) (export "test" (func $0)) - (func $0 (; 0 ;) + (func $0 (nop) ) ) @@ -15,7 +15,7 @@ debugInfo=true (type $none_=>_none (func)) (memory $0 0) (export "test" (func $test)) - (func $test (; 0 ;) + (func $test (nop) ) ) @@ -26,7 +26,7 @@ debugInfo=false (type $none_=>_none (func)) (memory $0 0) (export "test" (func $0)) - (func $0 (; 0 ;) + (func $0 (nop) ) ) |