remove unit test

db4
Doug Coleman 2008-10-05 16:41:42 -05:00
parent 6d8bfa4bf4
commit 7bf5a3a077
1 changed files with 1 additions and 3 deletions

View File

@ -1,5 +1,5 @@
USING: random sequences tools.test kernel math math.functions
sets math.constants ;
sets ;
IN: random.tests
[ 4 ] [ 4 random-bytes length ] unit-test
@ -16,6 +16,4 @@ IN: random.tests
[ t ] [ 1000 [ 400 random ] replicate prune length 256 > ] unit-test
[ t ] [ pi random float? ] unit-test
[ 0 ] [ 0 random ] unit-test