diff options
author | 最萌小汐 <sumneko@hotmail.com> | 2019-11-23 00:28:10 +0800 |
---|---|---|
committer | 最萌小汐 <sumneko@hotmail.com> | 2019-11-23 00:28:10 +0800 |
commit | 8d900e4126f8a5284068362f51105b999bb966fb (patch) | |
tree | fc2f9cebbbf587dfadc6da5c3e355d533d1f95e0 /test/full | |
parent | 6da2b175e20ed3c03b0dfcfc9046de1e0e5d4444 (diff) | |
download | lua-language-server-8d900e4126f8a5284068362f51105b999bb966fb.zip |
修改启动路径
Diffstat (limited to 'test/full')
-rw-r--r-- | test/full/example.lua | 2 |
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) |