Handbook
Glossary
(must-fail) ( quot -- error/f failed? tested? )
Vocabulary
tools
.
test
.
private
Inputs
quot
an
object
Outputs
error/f
an
object
failed?
an
object
tested?
an
object
Definition
USING:
continuations
kernel
;
IN:
tools.test.private
::
(must-fail)
( quot -- error/f failed? tested? )
[
{
}
quot
with-datastack
drop
did-not-fail
t
]
[
drop
f
f
]
recover
t
;