diff options
Diffstat (limited to 'test/hello_world.fromasm.imprecise.no-opts')
-rw-r--r-- | test/hello_world.fromasm.imprecise.no-opts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/hello_world.fromasm.imprecise.no-opts b/test/hello_world.fromasm.imprecise.no-opts index 483a5b33b..6dafeac43 100644 --- a/test/hello_world.fromasm.imprecise.no-opts +++ b/test/hello_world.fromasm.imprecise.no-opts @@ -5,7 +5,7 @@ (import "env" "__memory_base" (global $__memory_base i32)) (import "env" "__table_base" (global $__table_base i32)) (export "add" (func $add)) - (func $add (; 0 ;) (param $x i32) (param $y i32) (result i32) + (func $add (param $x i32) (param $y i32) (result i32) (return (i32.add (local.get $x) |