]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/io/files/links/unix/unix-tests.factor
Delete empty unit tests files, remove 1- and 1+, reorder IN: lines in a lot of places...
[factor.git] / basis / io / files / links / unix / unix-tests.factor
index dd5eb5c8d912872e97baaa47d0744147fe767133..ef7d778abe7ae439b2ce4c35e6a81bc66b92b15c 100644 (file)
@@ -4,7 +4,7 @@ io.pathnames namespaces ;
 IN: io.files.links.unix.tests
 
 : make-test-links ( n path -- )
-    [ '[ [ 1+ ] keep [ number>string _ prepend ] bi@ make-link ] each ]
+    [ '[ [ 1 + ] keep [ number>string _ prepend ] bi@ make-link ] each ]
     [ [ number>string ] dip prepend touch-file ] 2bi ; inline
 
 [ t ] [