Remove a unit test
parent
6de2fc5399
commit
cd34d676ab
|
@ -5,10 +5,6 @@ USING: kernel tools.test math channels channels.private
|
||||||
sequences threads sorting ;
|
sequences threads sorting ;
|
||||||
IN: temporary
|
IN: temporary
|
||||||
|
|
||||||
{ 3 t } [
|
|
||||||
V{ 1 2 3 4 } clone [ delete-random ] keep length swap integer?
|
|
||||||
] unit-test
|
|
||||||
|
|
||||||
{ V{ 10 } } [
|
{ V{ 10 } } [
|
||||||
V{ } clone <channel>
|
V{ } clone <channel>
|
||||||
[ from swap push ] in-thread
|
[ from swap push ] in-thread
|
||||||
|
|
Loading…
Reference in New Issue