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
@@ -12,7 +12,7 @@
)
(assert_invalid
(module (memory 0) (func (drop (i64.load align=16 (i32.const 0)))))
"alignment must not be larger than natural"
"alignment"
)
(assert_malformed
@@ -29,5 +29,5 @@
)
(assert_invalid
(module (memory 0) (func (i64.store align=16 (i32.const 0) (i64.const 0))))
"alignment must not be larger than natural"
"alignment"
)