util.poll: Test that it loads after being compiled

This commit is contained in:
Kim Alvefur 2018-09-15 01:01:04 +02:00
parent c59016f3d4
commit fd174452eb

6
spec/util_poll_spec.lua Normal file
View file

@ -0,0 +1,6 @@
describe("util.poll", function ()
it("loads", function ()
require "util.poll"
end);
end);