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

16 lines
298 B
Factor
Raw Normal View History

2004-11-03 23:36:24 -05:00
IN: scratchpad
USE: combinators
USE: compiler
USE: errors
USE: logic
USE: math
USE: stack
USE: test
: cannot-compile call + ;
[ f ] [ [ \ cannot-compile compile ] [ not ] catch ] unit-test
[ f ] [ [ \ cannot-compile compile ] [ not ] catch ] unit-test
[ 4 ] [ [ 2 2 ] cannot-compile ] unit-test