mirror of
https://github.com/love2d/love.git
synced 2026-08-12 08:30:56 +02:00
tweaks for hardware tests
This commit is contained in:
@@ -27,7 +27,5 @@ end
|
||||
|
||||
-- love.touch.getTouches
|
||||
love.test.touch.getTouches = function(test)
|
||||
local touches = love.touch.getTouches()
|
||||
test:assertNotNil(touches)
|
||||
test:assertEquals(0, #touches, 'check no touches')
|
||||
test:assertEquals('function', type(love.touch.getTouches))
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user