blob: 9e6c7ac7fad600c4ef6cd5f80f205ae5de27359d (
plain)
1
2
3
4
5
6
7
8
|
;; Check that we properly error when an action is missing from an assertion that
;; requires one. Regression test for #6872.
;; RUN: not wasm-shell %s 2>&1 | filecheck %s
(assert_exhaustion "wrong, lol")
;; CHECK: 6:19: error: expected action
|