tests: Return more widgets from create_wibox()
All of these are checked for being GC'able in test-leaks.lua. Signed-off-by: Uli Schlachter <psychon@znc.in>
This commit is contained in:
parent
bd47edb4ef
commit
dc2147208f
|
@ -28,5 +28,5 @@ return { create_wibox = function()
|
|||
--wb.visible = true
|
||||
wb:set_widget(layout)
|
||||
|
||||
return wb, textclock
|
||||
return wb, textclock, img, left_layout, right_layout, layout
|
||||
end }
|
||||
|
|
Loading…
Reference in New Issue