diff options
author | actboy168 <actboy168@gmail.com> | 2024-02-26 11:17:59 +0800 |
---|---|---|
committer | actboy168 <actboy168@gmail.com> | 2024-02-26 11:17:59 +0800 |
commit | ab34c3f920a5a20a284e67ebbc3dc53df89e00f6 (patch) | |
tree | 461921d4ad722ffddae12b2b4229fc450ddc51d4 /test/crossfile | |
parent | fec4e41cc15e689d62f1fee50295abca4e72056e (diff) | |
download | lua-language-server-ab34c3f920a5a20a284e67ebbc3dc53df89e00f6.zip |
platform.OS -> platform.os
Diffstat (limited to 'test/crossfile')
-rw-r--r-- | test/crossfile/completion.lua | 2 | ||||
-rw-r--r-- | test/crossfile/definition.lua | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/test/crossfile/completion.lua b/test/crossfile/completion.lua index 227350cb..79b40cb3 100644 --- a/test/crossfile/completion.lua +++ b/test/crossfile/completion.lua @@ -918,7 +918,7 @@ local z: table } } -if platform.OS == 'Windows' then +if platform.os == 'windows' then Cared['detail'] = true Cared['additionalTextEdits'] = true TEST { diff --git a/test/crossfile/definition.lua b/test/crossfile/definition.lua index b13b57f3..49a5d8d3 100644 --- a/test/crossfile/definition.lua +++ b/test/crossfile/definition.lua @@ -689,7 +689,7 @@ TEST { } -if platform.OS == 'Linux' then +if platform.os == 'linux' then TEST { { |