5 lines
120 B
Factor
5 lines
120 B
Factor
|
IN: debugger.tests
|
||
|
USING: debugger kernel continuations tools.test ;
|
||
|
|
||
|
[ ] [ [ drop ] [ error. ] recover ] unit-test
|