summaryrefslogtreecommitdiff
path: root/test/min.wast.fromBinary
diff options
context:
space:
mode:
Diffstat (limited to 'test/min.wast.fromBinary')
-rw-r--r--test/min.wast.fromBinary4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/min.wast.fromBinary b/test/min.wast.fromBinary
index 2ca4c14b6..358132c5f 100644
--- a/test/min.wast.fromBinary
+++ b/test/min.wast.fromBinary
@@ -1,7 +1,7 @@
(module
(memory 16777216 16777216)
(type $0 (func (param f32) (result f32)))
- (type $1 (func (param i32 i32)))
+ (type $1 (func (param i32 i32) (result f32)))
(type $2 (func (param i32) (result i32)))
(type $3 (func (param i32 i32 i32) (result i32)))
(export "floats" $floats)
@@ -12,7 +12,7 @@
(get_local $var$0)
)
)
- (func $neg (type $1) (param $var$0 i32) (param $var$1 i32)
+ (func $neg (type $1) (param $var$0 i32) (param $var$1 i32) (result f32)
(local $var$2 f32)
(set_local $var$2
(f32.neg