ui.gadgets: fix tests for namespaces:set.
parent
82960e81f3
commit
90b53e3054
|
@ -1,7 +1,8 @@
|
||||||
USING: accessors arrays assocs concurrency.flags deques dlists io
|
USING: accessors arrays assocs concurrency.flags deques dlists io
|
||||||
io.streams.string kernel math math.parser math.rectangles models
|
io.streams.string kernel math math.parser math.rectangles models
|
||||||
namespaces prettyprint sequences sets threads tools.test ui ui.gadgets
|
namespaces prettyprint sequences threads tools.test ui ui.gadgets
|
||||||
ui.gadgets.private ui.private ;
|
ui.gadgets.private ui.private ;
|
||||||
|
FROM: sets => members ;
|
||||||
IN: ui.gadgets.tests
|
IN: ui.gadgets.tests
|
||||||
|
|
||||||
{ { 300 300 } }
|
{ { 300 300 } }
|
||||||
|
|
Loading…
Reference in New Issue