summaryrefslogtreecommitdiff
path: root/test/full
diff options
context:
space:
mode:
author最萌小汐 <sumneko@hotmail.com>2019-11-23 00:28:10 +0800
committer最萌小汐 <sumneko@hotmail.com>2019-11-23 00:28:10 +0800
commit8d900e4126f8a5284068362f51105b999bb966fb (patch)
treefc2f9cebbbf587dfadc6da5c3e355d533d1f95e0 /test/full
parent6da2b175e20ed3c03b0dfcfc9046de1e0e5d4444 (diff)
downloadlua-language-server-8d900e4126f8a5284068362f51105b999bb966fb.zip
修改启动路径
Diffstat (limited to 'test/full')
-rw-r--r--test/full/example.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/full/example.lua b/test/full/example.lua
index a096f83d..fca17ea5 100644
--- a/test/full/example.lua
+++ b/test/full/example.lua
@@ -2,7 +2,7 @@ local fs = require 'bee.filesystem'
local core = require 'core'
local parser = require 'parser'
-TEST(io.load(ROOT / 'src' / 'vm' / 'vm.lua'))
+TEST(io.load(ROOT / 'script' / 'vm' / 'vm.lua'))
-- 临时
local function testIfExit(path)