aboutsummaryrefslogtreecommitdiff
path: root/t
diff options
context:
space:
mode:
Diffstat (limited to 't')
-rw-r--r--t/run.lua1
1 files changed, 0 insertions, 1 deletions
diff --git a/t/run.lua b/t/run.lua
index 32b2266..a7af537 100644
--- a/t/run.lua
+++ b/t/run.lua
@@ -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