summaryrefslogtreecommitdiff
path: root/test/diagnostics
diff options
context:
space:
mode:
author最萌小汐 <sumneko@hotmail.com>2022-04-08 14:53:11 +0800
committer最萌小汐 <sumneko@hotmail.com>2022-04-08 14:53:11 +0800
commit78b3a317d66d3066ccda8570737e2ecbe76c6568 (patch)
treef1fc4471cf76f7b6d707095a5570be058fd6413c /test/diagnostics
parent67a341f3fa26e5a3140cde3420ef2269a84d478f (diff)
downloadlua-language-server-78b3a317d66d3066ccda8570737e2ecbe76c6568.zip
cleanup
Diffstat (limited to 'test/diagnostics')
-rw-r--r--test/diagnostics/common.lua10
1 files changed, 5 insertions, 5 deletions
diff --git a/test/diagnostics/common.lua b/test/diagnostics/common.lua
index f79f1872..722bdea7 100644
--- a/test/diagnostics/common.lua
+++ b/test/diagnostics/common.lua
@@ -1378,8 +1378,8 @@ TEST [[
---@class A 1
]]
-TEST [[
-local value
-value = '1'
-value = value:gsub()
-]]
+--TEST [[
+--local value
+--value = '1'
+--value = value:gsub()
+--]]