summaryrefslogtreecommitdiff
path: root/test/highlight
diff options
context:
space:
mode:
author最萌小汐 <sumneko@hotmail.com>2021-12-24 17:03:18 +0800
committer最萌小汐 <sumneko@hotmail.com>2021-12-24 17:03:18 +0800
commitef6c3fe05addbd299e4fc6e45cec94a83886c18f (patch)
tree9e526e2c558fab376874172aa51a00e800d4ce4b /test/highlight
parentb7344640a0ab9a07551ee5ebc435657b45659553 (diff)
downloadlua-language-server-ef6c3fe05addbd299e4fc6e45cec94a83886c18f.zip
cleanup
Diffstat (limited to 'test/highlight')
-rw-r--r--test/highlight/init.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/highlight/init.lua b/test/highlight/init.lua
index 7faa9e08..8e07c5f0 100644
--- a/test/highlight/init.lua
+++ b/test/highlight/init.lua
@@ -19,7 +19,6 @@ local function founded(targets, results)
end
function TEST(script)
- files.removeAll()
local newScript, catched = catch(script, '!')
files.setText('', newScript)
for _, enter in ipairs(catched['!']) do
@@ -32,6 +31,7 @@ function TEST(script)
end
assert(founded(catched['!'], results))
end
+ files.remove('')
end
TEST [[