From ab34c3f920a5a20a284e67ebbc3dc53df89e00f6 Mon Sep 17 00:00:00 2001 From: actboy168 Date: Mon, 26 Feb 2024 11:17:59 +0800 Subject: platform.OS -> platform.os --- test/tclient/tests/jump-source.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/tclient/tests') diff --git a/test/tclient/tests/jump-source.lua b/test/tclient/tests/jump-source.lua index 84a4dcd5..c9e093c0 100644 --- a/test/tclient/tests/jump-source.lua +++ b/test/tclient/tests/jump-source.lua @@ -163,7 +163,7 @@ print(D3) position = { line = 9, character = 7 }, }) - if platform.OS == 'Windows' then + if platform.os == 'windows' then assert(util.equal(locations, { { uri = 'file:///d%3A/xxx/2.lua', -- cgit v1.2.3