diff options
Diffstat (limited to 'test/ctor-eval/basics-flatten.wast.out')
-rw-r--r-- | test/ctor-eval/basics-flatten.wast.out | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/test/ctor-eval/basics-flatten.wast.out b/test/ctor-eval/basics-flatten.wast.out index 2c0502ab7..b3b937c59 100644 --- a/test/ctor-eval/basics-flatten.wast.out +++ b/test/ctor-eval/basics-flatten.wast.out @@ -7,16 +7,16 @@ (export "test1" (func $test1)) (export "test2" (func $test2)) (export "test3" (func $test3)) - (func $test1 (type $v) + (func $test1 (; 0 ;) (type $v) (nop) ) - (func $test2 (type $v) + (func $test2 (; 1 ;) (type $v) (nop) ) - (func $test3 (type $v) + (func $test3 (; 2 ;) (type $v) (nop) ) - (func $safe-to-call (type $v) + (func $safe-to-call (; 3 ;) (type $v) (i32.store8 (i32.const 10) (i32.const 110) @@ -26,7 +26,7 @@ (i32.const 109) ) ) - (func $call-indirect (type $v) + (func $call-indirect (; 4 ;) (type $v) (i32.store8 (i32.const 40) (i32.const 67) |