kernel: remove bogus test

db4
Slava Pestov 2010-01-20 19:13:58 +13:00
parent 21c07397d2
commit ee71f87cfd
1 changed files with 0 additions and 5 deletions

View File

@ -164,11 +164,6 @@ IN: kernel.tests
last-frame
] unit-test
: throw-frame-test ( c -- * ) [ gc gc continue ] call-clear ;
: throw-frame-test' ( -- ) [ throw-frame-test ] callcc0 ;
[ ] [ throw-frame-test' ] unit-test
[ 10 2 3 4 5 ] [ 1 2 3 4 5 [ 10 * ] 4dip ] unit-test
[ 3 -1 5/6 ] [ 1 2 3 4 5 6 [ + ] [ - ] [ / ] 2tri* ] unit-test