update tests from core repo

This commit is contained in:
Ilya Rezvov
2018-04-14 16:35:18 -07:00
parent 681e0e3eca
commit d7dc05b157
13 changed files with 52 additions and 44 deletions
+2 -2
View File
@@ -421,5 +421,5 @@
(assert_invalid (module (func (f64.promote/f32 (i32.const 0)))) "type mismatch")
(assert_invalid (module (func (f64.reinterpret/i64 (i32.const 0)))) "type mismatch")
;; grow_memory
(assert_invalid (module (memory 1) (func (grow_memory (f32.const 0)))) "type mismatch")
;; memory.grow
(assert_invalid (module (memory 1) (func (memory.grow (f32.const 0)))) "type mismatch")