]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/io/files/windows/windows-tests.factor
io.files: exists? -> file-exists? and rename primitive.
[factor.git] / basis / io / files / windows / windows-tests.factor
index d8784bdd111b6907598e69f62b79a9b040f98926..c8003ac9ecd7256e1f8986b269e7840a270a0bcd 100644 (file)
@@ -58,7 +58,7 @@ io.files.unique destructors ;
 ] unit-test
 
 [ "c:\\blah" ] [ "c:\\foo\\bar" "\\blah" append-path ] unit-test
-[ t ] [ "" resource-path 2 tail exists? ] unit-test
+[ t ] [ "" resource-path 2 tail file-exists? ] unit-test
 
 ! win32-file-attributes
 {