diff options
Diffstat (limited to 't/run.lua')
-rw-r--r-- | t/run.lua | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -1,4 +1,3 @@ -local json = require "libraries.json" local lpm local function assert_exists(path) if not io.open(path, "rb") then error("assertion failed: file " .. path .. " does not exist", 2) end end local function assert_not_exists(path) if io.open(path, "rb") then error("assertion failed: file " .. path .. " exists", 2) end end |