util.poll: Test that it loads after being compiled

remotes/origin/0.11
Kim Alvefur 8 years ago
parent c59016f3d4
commit fd174452eb
  1. 6
      spec/util_poll_spec.lua

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