diff options
Diffstat (limited to 'test/passes/precompute.txt')
-rw-r--r-- | test/passes/precompute.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/test/passes/precompute.txt b/test/passes/precompute.txt index 2e343c7fa..a3e8623f5 100644 --- a/test/passes/precompute.txt +++ b/test/passes/precompute.txt @@ -1,6 +1,7 @@ (module (memory 0) - (func $x (param $x i32) + (type $0 (func (param i32))) + (func $x (type $0) (param $x i32) (i32.const 3) (i32.add (i32.const 1) |