summaryrefslogtreecommitdiff
path: root/test/min.wast
diff options
context:
space:
mode:
Diffstat (limited to 'test/min.wast')
-rw-r--r--test/min.wast2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/min.wast b/test/min.wast
index 0a101594f..28a1b1b89 100644
--- a/test/min.wast
+++ b/test/min.wast
@@ -1,9 +1,9 @@
(module
- (memory $0 256 256)
(type $0 (func (param f32) (result f32)))
(type $1 (func (param i32 i32) (result f32)))
(type $2 (func (param i32) (result i32)))
(type $3 (func (param i32 i32 i32) (result i32)))
+ (memory $0 256 256)
(export "floats" (func $floats))
(func $floats (type $0) (param $f f32) (result f32)
(local $t f32)