diff options
Diffstat (limited to 'test/completion')
-rw-r--r-- | test/completion/common.lua | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/test/completion/common.lua b/test/completion/common.lua index 1fc37bb5..538ac401 100644 --- a/test/completion/common.lua +++ b/test/completion/common.lua @@ -3311,16 +3311,3 @@ TEST [[ end assert(count == 1) end) - -TEST [[ -local x -x.y.z = xxx - -x.y.<??> -]] -{ - { - label = 'z', - kind = define.CompletionItemKind.Field, - } -} |