Skip to content

Commit 11e6664

Browse files
committed
chore: removed unused vars from test
1 parent b627003 commit 11e6664

1 file changed

Lines changed: 0 additions & 6 deletions

File tree

tests/compile_spec.lua

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,7 @@
11
local eq = assert.are.same
2-
local shell = vim.fn.system
32
local Path = require("plenary.path")
43
local Compile = require("elixir.language_server.compile")
54

6-
local p = function(x)
7-
io.stdout:write(vim.inspect(x) .. "\n")
8-
return x
9-
end
10-
115
local versions = require("elixir.language_server.version").get()
126

137
describe("compile", function()

0 commit comments

Comments
 (0)