]> gitweb.factorcode.org Git - factor.git/blob - basis/tools/errors/errors-tests.factor
factor: rename [ ] [ ] unit-test -> { } [ ] unit-test using a refactoring tool!
[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