factor/library/test/crashes.factor

21 lines
364 B
Factor
Raw Normal View History

2004-08-10 00:58:52 -04:00
IN: scratchpad
USE: errors
2004-08-10 00:58:52 -04:00
USE: kernel
USE: namespaces
USE: parser
USE: stack
2004-08-10 00:58:52 -04:00
USE: strings
USE: test
! Various things that broke CFactor at various times.
2004-08-10 00:58:52 -04:00
! This should run without issue (and tests nothing useful)
! in Java Factor
"20 <sbuf> \"foo\" set" eval
"garbage-collection" eval
[
[ drop ] [ drop ] catch
[ drop ] [ drop ] catch
] keep-datastack