diff options
Diffstat (limited to 'test/passes/reorder-functions.txt')
-rw-r--r-- | test/passes/reorder-functions.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/test/passes/reorder-functions.txt b/test/passes/reorder-functions.txt index 9af9c34f0..f2fbcec30 100644 --- a/test/passes/reorder-functions.txt +++ b/test/passes/reorder-functions.txt @@ -1,16 +1,16 @@ (module (type $0 (func)) (memory $0 256 256) - (func $c (type $0) + (func $c (; 0 ;) (type $0) (call $c) (call $c) (call $c) ) - (func $b (type $0) + (func $b (; 1 ;) (type $0) (call $b) (call $b) ) - (func $a (type $0) + (func $a (; 2 ;) (type $0) (call $a) ) ) |