Merge branch 'master' of git://factorcode.org/git/factor

release
Daniel Ehrenberg 2010-01-20 00:16:55 -06:00
commit fbe3add21d
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