]> gitweb.factorcode.org Git - factor.git/commitdiff
typos in fry tests
authorJoe Groff <arcata@gmail.com>
Sat, 7 Nov 2009 19:03:57 +0000 (13:03 -0600)
committerJoe Groff <arcata@gmail.com>
Sat, 7 Nov 2009 19:03:57 +0000 (13:03 -0600)
basis/fry/fry-tests.factor

index b57c562c61616e59eee2c6757011f720ba02b945..e3e912993145a5b15c295c521668f630fa6dc318 100644 (file)
@@ -1,5 +1,5 @@
 ! (c)2009 Slava Pestov, Eduardo Cavazos, Joe Groff bsd license
-USING: new.fry tools.test math prettyprint kernel io arrays
+USING: fry tools.test math prettyprint kernel io arrays
 sequences eval accessors ;
 IN: fry.tests
 
@@ -77,7 +77,7 @@ SYMBOLS: a b c d e f g h ;
     3 '[ [ [ _ 1array ] call 1array ] call 1array ] call
 ] unit-test
 
-[ "USING: new.fry locals.backend ; f '[ load-local _ ]" eval( -- quot ) ]
+[ "USING: fry locals.backend ; f '[ load-local _ ]" eval( -- quot ) ]
 [ error>> >r/r>-in-fry-error? ] must-fail-with
 
 [ { { "a" 1 } { "b" 2 } { "c" 3 } { "d" 4 } } ] [