factor/basis/tools/errors/errors-tests.factor

13 lines
241 B
Factor

USING: compiler.errors stack-checker.errors tools.test words ;
IN: tools.errors
DEFER: blah
[ ] [
{
T{ compiler-error
{ error T{ do-not-compile f blah } }
{ asset blah }
}
} errors.
] unit-test