]> gitweb.factorcode.org Git - factor.git/blobdiff - extra/benchmark/gc1/gc1.factor
Delete empty unit tests files, remove 1- and 1+, reorder IN: lines in a lot of places...
[factor.git] / extra / benchmark / gc1 / gc1.factor
index d201a08ecf79d7e4ddab211871e5390191966220..8b0a3e6a432ee95b70e0b499867980b194bdde14 100644 (file)
@@ -3,6 +3,6 @@
 USING: math sequences kernel ;
 IN: benchmark.gc1
 
-: gc1 ( -- ) 6000000 [ >bignum 1+ ] map drop ;
+: gc1 ( -- ) 6000000 [ >bignum 1 + ] map drop ;
 
-MAIN: gc1
\ No newline at end of file
+MAIN: gc1