summaryrefslogtreecommitdiff
path: root/server/test
diff options
context:
space:
mode:
Diffstat (limited to 'server/test')
-rw-r--r--server/test/crossfile/document_symbol.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/server/test/crossfile/document_symbol.lua b/server/test/crossfile/document_symbol.lua
index 32d8364b..7852c645 100644
--- a/server/test/crossfile/document_symbol.lua
+++ b/server/test/crossfile/document_symbol.lua
@@ -86,7 +86,7 @@ end
TEST {
{
path = 'a.lua',
- content = '',
+ content = 'return function () end',
},
{
path = 'b.lua',