summaryrefslogtreecommitdiff
path: root/test/full
diff options
context:
space:
mode:
author最萌小汐 <sumneko@hotmail.com>2020-12-28 12:19:38 +0800
committer最萌小汐 <sumneko@hotmail.com>2020-12-28 12:19:38 +0800
commitbfe803c8596227ddddb46b3e51983decf029be3c (patch)
tree8095fe5163d0103f65c408acc2d19e528f0a1660 /test/full
parentd507b68e95c8b8c972f3c37b5c561f86fccce8cf (diff)
downloadlua-language-server-bfe803c8596227ddddb46b3e51983decf029be3c.zip
clean up code
Diffstat (limited to 'test/full')
-rw-r--r--test/full/example.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/full/example.lua b/test/full/example.lua
index 57d02c38..4f6090ee 100644
--- a/test/full/example.lua
+++ b/test/full/example.lua
@@ -41,6 +41,7 @@ local function testIfExit(path)
local lines = parser:lines(buf)
for i = 1, max do
files.removeAll()
+ files.open('')
files.setText('', buf)
diag('', function () end)
local passed = os.clock() - clock