]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/io/files/unique/unique-tests.factor
io.files: exists? -> file-exists? and rename primitive.
[factor.git] / basis / io / files / unique / unique-tests.factor
index 1a67edef8cf66a40dbdb96c289383c047e7bca67..1ae9431967c9e3991217d27702f61c00f9338a31 100644 (file)
@@ -32,7 +32,7 @@ io.pathnames kernel namespaces sequences strings tools.test ;
 { t } [
     [
         [ ] with-unique-directory
-        [ exists? ] [ delete-tree ] bi
+        [ file-exists? ] [ delete-tree ] bi
     ] with-temp-directory
 ] unit-test