diff options
Diffstat (limited to 'test/noffi_f32.fromasm.clamp.no-opts')
-rw-r--r-- | test/noffi_f32.fromasm.clamp.no-opts | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/noffi_f32.fromasm.clamp.no-opts b/test/noffi_f32.fromasm.clamp.no-opts index 3e6d142c0..2dce4dbaa 100644 --- a/test/noffi_f32.fromasm.clamp.no-opts +++ b/test/noffi_f32.fromasm.clamp.no-opts @@ -7,7 +7,7 @@ (import "env" "tableBase" (global $tableBase i32)) (export "main" (func $main)) (export "exportf" (func $exportf)) - (func $exportf (param $a f32) (result f32) + (func $exportf (; 1 ;) (param $a f32) (result f32) (return (f32.add (get_local $a) @@ -15,7 +15,7 @@ ) ) ) - (func $main (result i32) + (func $main (; 2 ;) (result i32) (drop (call $importf (f32.const 3.4000000953674316) |