From dc2147208f0280a7ef974f8aa8a0296164a84d43 Mon Sep 17 00:00:00 2001 From: Uli Schlachter Date: Sun, 27 Sep 2015 14:44:19 +0200 Subject: [PATCH] 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 --- tests/_wibox_helper.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/_wibox_helper.lua b/tests/_wibox_helper.lua index 5c19df91..3612374a 100644 --- a/tests/_wibox_helper.lua +++ b/tests/_wibox_helper.lua @@ -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 }