From 521698bc634e2ac26b52dc2e6f078a5634eb51fe Mon Sep 17 00:00:00 2001 From: erg Date: Fri, 10 Nov 2006 23:47:52 +0000 Subject: [PATCH] remove gc checks from random-tester --- contrib/random-tester/random-tester.factor | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/contrib/random-tester/random-tester.factor b/contrib/random-tester/random-tester.factor index d2d7c61238..4fc64b9d0e 100644 --- a/contrib/random-tester/random-tester.factor +++ b/contrib/random-tester/random-tester.factor @@ -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 ;