6 lines
152 B
Factor
6 lines
152 B
Factor
|
USING: kernel tools.test ui.gadgets.worlds ui.tools.debugger ;
|
||
|
|
||
|
{ f } [
|
||
|
f <world-attributes> <world> world-error boa error-in-debugger?
|
||
|
] unit-test
|