]> gitweb.factorcode.org Git - factor.git/blobdiff - extra/graphviz/graphviz-tests.factor
io.files: exists? -> file-exists? and rename primitive.
[factor.git] / extra / graphviz / graphviz-tests.factor
index 70be570456b80edd394eb3c12348cfd452e0b50e..03f4710f6f77ef97e6c4bf9d5461e1d21ec8c3ad 100644 (file)
@@ -51,7 +51,7 @@ SYMBOLS: supported-layouts supported-formats ;
     ] with-test-directory ;
 
 : preview-smoke-test ( graph -- pass? )
-    [ exists? ] with-preview ;
+    [ file-exists? ] with-preview ;
 
 : K_n ( n -- graph )
     <graph>