]> gitweb.factorcode.org Git - factor.git/commitdiff
graphviz: Fix test for rename of rotate!
authorDoug Coleman <doug.coleman@gmail.com>
Sun, 3 Apr 2016 02:57:33 +0000 (19:57 -0700)
committerDoug Coleman <doug.coleman@gmail.com>
Sun, 3 Apr 2016 02:57:33 +0000 (19:57 -0700)
extra/graphviz/graphviz-tests.factor

index ebf1cfbfff7a56ee7ae312fb6ea9b0aa512750a6..9b72fff581fb07488734491170c035c7be3687f0 100644 (file)
@@ -42,7 +42,7 @@ SYMBOLS: supported-layouts supported-formats ;
 : graphviz-output-appears-to-exist? ( base -- ? )
     "." directory-files [ swap head? ] with count 1 = ;
 
-: next! ( seq -- elt ) [ first ] [ 1 rotate! ] bi ;
+: next! ( seq -- elt ) [ first ] [ 1 rotate-headwards! ] bi ;
 
 :: smoke-test ( graph -- pass? )
     supported-formats get-global next! :> -T