]> gitweb.factorcode.org Git - factor.git/commitdiff
remove gc checks from random-tester
authorerg <erg@trifocus.net>
Fri, 10 Nov 2006 23:47:52 +0000 (23:47 +0000)
committererg <erg@trifocus.net>
Fri, 10 Nov 2006 23:47:52 +0000 (23:47 +0000)
contrib/random-tester/random-tester.factor

index d2d7c61238f616c8962d42087d1c92e10538ce5f..4fc64b9d0ebc9d3209496b1b479edec9d9de993f 100644 (file)
@@ -299,14 +299,14 @@ SYMBOL: second-arg
         test-1-ratio>x-throws
         test-1-float>float
         test-2-float>float
-        test-n-2-float>float
+        test-n-2-float>float
         test-1-integer>x-runtime
         ! test-0-float?-when
         test-1-integer?-when
         test-1-ratio?-when
         test-1-float?-when
         test-1-complex?-when
-        full-gc
-        code-gc
+        full-gc
+        code-gc
     } nth-rand dup . execute terpri ;