Handbook
Glossary
notify-test-file-failed ( error -- )
Vocabulary
tools
.
test
.
private
Inputs
error
an
object
Outputs
None
Definition
USING:
kernel
namespaces
source-files.errors
;
IN:
tools.test.private
:
notify-test-file-failed
( error -- )
[
f
current-test-file
get
]
keep
error-line
notify-test-failed
;