diff options
Diffstat (limited to 'test/passes/log-execution.txt')
-rw-r--r-- | test/passes/log-execution.txt | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/test/passes/log-execution.txt b/test/passes/log-execution.txt index 4b57410e8..e2b762fc8 100644 --- a/test/passes/log-execution.txt +++ b/test/passes/log-execution.txt @@ -4,19 +4,19 @@ (type $none_=>_i32 (func (result i32))) (import "env" "func" (func $import)) (import "env" "log_execution" (func $log_execution (param i32))) - (func $nopp (; 2 ;) + (func $nopp (call $log_execution (i32.const 0) ) (nop) ) - (func $intt (; 3 ;) (result i32) + (func $intt (result i32) (call $log_execution (i32.const 1) ) (i32.const 10) ) - (func $workk (; 4 ;) + (func $workk (call $log_execution (i32.const 3) ) @@ -35,7 +35,7 @@ ) ) ) - (func $loops (; 5 ;) + (func $loops (call $log_execution (i32.const 8) ) @@ -81,7 +81,7 @@ ) ) ) - (func $loops-similar (; 6 ;) + (func $loops-similar (call $log_execution (i32.const 10) ) |