Remove a unit test

release
Doug Coleman 2007-11-05 02:03:59 -06:00
parent 6de2fc5399
commit cd34d676ab
1 changed files with 0 additions and 4 deletions

View File

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