forked from GitHub/haskell-wasm
update tests from core repo
This commit is contained in:
@@ -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"
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user