]> gitweb.factorcode.org Git - factor.git/blob - core/io/backend/backend-tests.factor
factor: Retrying on the unit tests. Also normalize some syntax with FUNCTION:.
[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