]> gitweb.factorcode.org Git - factor.git/blob - basis/tools/errors/errors-tests.factor
709adafb4e3f40dafb2bfb5a132bafd0d68c655c
[factor.git] / basis / tools / errors / errors-tests.factor
1 USING: compiler.errors stack-checker.errors tools.test words ;
2 IN: tools.errors
3
4 DEFER: blah
5
6 [ ] [
7     {
8         T{ compiler-error
9            { error T{ do-not-compile f blah } }
10            { asset blah }
11         }
12     } errors.
13 ] unit-test