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:
Uli Schlachter 2015-09-27 14:44:19 +02:00
parent bd47edb4ef
commit dc2147208f
1 changed files with 1 additions and 1 deletions

View File

@ -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 }