]> gitweb.factorcode.org Git - factor.git/blobdiff - 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
index c3d7e8e89bf3f7b55205d3c45507c640b9dbea6a..7d668eeab117578d28cdd06843fd9bbbd928a009 100644 (file)
@@ -1,4 +1,4 @@
-IN: io.backend.tests
 USING: tools.test io.backend kernel ;
+IN: io.backend.tests
 
 [ ] [ "a" normalize-path drop ] unit-test