wasmer/lib/runtime-core/spectests/token.wast

11 lines
185 B
Plaintext
Raw Normal View History

2019-01-09 04:59:55 +00:00
;; Test tokenization
(assert_malformed
(module quote "(func (drop (i32.const0)))")
"unknown operator"
)
(assert_malformed
(module quote "(func br 0drop)")
"unknown operator"
)