2009-04-22 11:46:50 -04:00
|
|
|
USING: compiler.errors stack-checker.errors tools.test words ;
|
|
|
|
IN: tools.errors
|
|
|
|
|
|
|
|
DEFER: blah
|
|
|
|
|
|
|
|
[ ] [
|
|
|
|
{
|
|
|
|
T{ compiler-error
|
2009-04-24 01:10:48 -04:00
|
|
|
{ error T{ do-not-compile f blah } }
|
2009-04-22 11:46:50 -04:00
|
|
|
{ asset blah }
|
|
|
|
}
|
|
|
|
} errors.
|
|
|
|
] unit-test
|