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 435e41a60..368ffaff3 100644 --- a/test/hello_world.fromasm.imprecise.no-opts +++ b/test/hello_world.fromasm.imprecise.no-opts @@ -1,7 +1,7 @@ (module (memory 256 256) - (export "memory" memory) (export "add" $add) + (export "memory" memory) (func $add (param $x i32) (param $y i32) (result i32) (return (i32.add |