summaryrefslogtreecommitdiff
path: root/test.lua
diff options
context:
space:
mode:
authorsumneko <sumneko@hotmail.com>2021-12-14 23:48:49 +0800
committersumneko <sumneko@hotmail.com>2021-12-14 23:48:49 +0800
commitaf24e6d17e5dc39ad2ef04b1ede427a7c23d10f2 (patch)
treea0c2eaf40b2c7c5691ccfe4e7448d771f7826630 /test.lua
parent4a5e54ebc7f9f22fb3a3b29fc152b0f573149a55 (diff)
downloadlua-language-server-af24e6d17e5dc39ad2ef04b1ede427a7c23d10f2.zip
remove `<platform>` folder
Diffstat (limited to 'test.lua')
-rw-r--r--test.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/test.lua b/test.lua
index 21d10c5d..81a7fe57 100644
--- a/test.lua
+++ b/test.lua
@@ -2,7 +2,7 @@ package.path = package.path
.. ';./test/?.lua'
.. ';./test/?/init.lua'
local fs = require 'bee.filesystem'
-local rootPath = fs.exe_path():parent_path():parent_path():parent_path():string()
+local rootPath = fs.exe_path():parent_path():parent_path():string()
ROOT = fs.path(rootPath)
TEST = true
DEVELOP = true