summaryrefslogtreecommitdiff
path: root/test/crossfile
diff options
context:
space:
mode:
author最萌小汐 <sumneko@hotmail.com>2021-07-09 17:04:50 +0800
committer最萌小汐 <sumneko@hotmail.com>2021-07-09 17:04:50 +0800
commit69325ab496305c35a34078ae7fb491175c1b09ba (patch)
treea513e7de1536f3619e32885c2782025af7804c62 /test/crossfile
parent9cbb1a81972f4670f88118e4e48b15dc2769c5f8 (diff)
downloadlua-language-server-69325ab496305c35a34078ae7fb491175c1b09ba.zip
fix test
Diffstat (limited to 'test/crossfile')
-rw-r--r--test/crossfile/completion.lua14
1 files changed, 0 insertions, 14 deletions
diff --git a/test/crossfile/completion.lua b/test/crossfile/completion.lua
index a41b8c58..3abc1de4 100644
--- a/test/crossfile/completion.lua
+++ b/test/crossfile/completion.lua
@@ -730,13 +730,6 @@ TEST {
```lua
function (a: any, b: any)
```]],
- additionalTextEdits = {
- {
- start = 1,
- finish = 0,
- newText = 'local myfunc = require "myfunc"\n'
- }
- }
}
}
}
@@ -767,13 +760,6 @@ TEST {
```lua
function (a: any, b: any)
```]],
- additionalTextEdits = {
- {
- start = 1,
- finish = 0,
- newText = 'local myfunc = require "dir.myfunc"\n'
- }
- }
}
}
}