]> gitweb.factorcode.org Git - factor.git/blob - core/io/backend/backend-tests.factor
Delete empty unit tests files, remove 1- and 1+, reorder IN: lines in a lot of places...
[factor.git] / core / io / backend / backend-tests.factor
1 USING: tools.test io.backend kernel ;
2 IN: io.backend.tests
3
4 [ ] [ "a" normalize-path drop ] unit-test