summaryrefslogtreecommitdiff
path: root/test.lua
diff options
context:
space:
mode:
author最萌小汐 <sumneko@hotmail.com>2022-11-23 12:27:58 +0000
committer最萌小汐 <sumneko@hotmail.com>2022-11-23 12:27:58 +0000
commit29ba37ce3cadb85448773988d961fec4bc44c14e (patch)
treeb44f930b91fb9eed5343aab5d3f80b2ed838973d /test.lua
parentfbbcb96227b0fcad77d2e061cfb95b3871f4bcc7 (diff)
downloadlua-language-server-29ba37ce3cadb85448773988d961fec4bc44c14e.zip
add test for filewatch
Diffstat (limited to 'test.lua')
-rw-r--r--test.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/test.lua b/test.lua
index 329de053..2c2c1713 100644
--- a/test.lua
+++ b/test.lua
@@ -66,7 +66,7 @@ local function testAll()
test 'document_symbol'
test 'code_action'
test 'type_formatting'
- --test 'other'
+ test 'other'
end
local files = require "files"