ui.gadgets.tests: fix the test (layout-queue is a vector now)

db4
Björn Lindqvist 2015-10-16 22:28:31 +02:00
parent d2181a9e71
commit 27f54fc123
1 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
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 sets threads tools.test ui ui.gadgets
ui.gadgets.private ; ui.gadgets.private ui.private ;
IN: ui.gadgets.tests IN: ui.gadgets.tests
{ { 300 300 } } { { 300 300 } }
@ -157,8 +157,8 @@ M: mock-gadget ungraft*
ui-running? [ ui-running? [
{ f } [ { f } [
init-ui
! Initially lowered ! Initially lowered
<dlist> \ layout-queue set-global
<flag> ui-notify-flag set-global <flag> ui-notify-flag set-global
[ fake-ui-loop ] "Fake UI" spawn drop [ fake-ui-loop ] "Fake UI" spawn drop