factor/library/test/compiler/bail-out.factor

14 lines
247 B
Factor
Raw Normal View History

2004-11-03 23:36:24 -05:00
IN: scratchpad
USE: compiler
USE: errors
USE: math
USE: test
USE: kernel
2004-11-03 23:36:24 -05:00
2004-11-03 23:42:48 -05:00
: bail-out call + ;
2004-11-03 23:36:24 -05:00
2004-11-03 23:42:48 -05:00
[ f ] [ [ \ bail-out compile ] [ not ] catch ] unit-test
[ f ] [ [ \ bail-out compile ] [ not ] catch ] unit-test
2004-11-03 23:36:24 -05:00
2004-11-03 23:42:48 -05:00
[ 4 ] [ [ 2 2 ] bail-out ] unit-test