remove unit test
parent
6d8bfa4bf4
commit
7bf5a3a077
|
@ -1,5 +1,5 @@
|
||||||
USING: random sequences tools.test kernel math math.functions
|
USING: random sequences tools.test kernel math math.functions
|
||||||
sets math.constants ;
|
sets ;
|
||||||
IN: random.tests
|
IN: random.tests
|
||||||
|
|
||||||
[ 4 ] [ 4 random-bytes length ] unit-test
|
[ 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 ] [ 1000 [ 400 random ] replicate prune length 256 > ] unit-test
|
||||||
|
|
||||||
[ t ] [ pi random float? ] unit-test
|
|
||||||
|
|
||||||
[ 0 ] [ 0 random ] unit-test
|
[ 0 ] [ 0 random ] unit-test
|
||||||
|
|
Loading…
Reference in New Issue