test: Fix tests failing

This commit is contained in:
AdnoC 2016-04-23 18:01:15 -04:00
parent 244cfe86b5
commit f6a82c1d4f

View File

@ -425,6 +425,10 @@ function Screen:_handle_update_bg(bg)
self._bg = bg self._bg = bg
end end
function Screen:_handle_update_sp(sp)
self._sp = sp
end
function Screen:_handle_suspend() function Screen:_handle_suspend()
self.suspended = true self.suspended = true
end end