diff options
author | 最萌小汐 <sumneko@hotmail.com> | 2023-07-19 15:55:30 +0800 |
---|---|---|
committer | 最萌小汐 <sumneko@hotmail.com> | 2023-07-19 15:55:30 +0800 |
commit | 0108cc7c485a2885976d33e2da9419b97223e66e (patch) | |
tree | 09bba6d187a1d1a0967e6ac201718c7b194b56bd /test/plugins/ffi | |
parent | 38beb846ea216dbca75174692f142fb215d9f896 (diff) | |
download | lua-language-server-0108cc7c485a2885976d33e2da9419b97223e66e.zip |
cleanup test codes
Diffstat (limited to 'test/plugins/ffi')
-rw-r--r-- | test/plugins/ffi/test.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/plugins/ffi/test.lua b/test/plugins/ffi/test.lua index b46fe962..f07e71c6 100644 --- a/test/plugins/ffi/test.lua +++ b/test/plugins/ffi/test.lua @@ -8,7 +8,7 @@ local template = require 'config.template' template['Lua.runtime.version'].default = 'LuaJIT' -TESTURI = furi.encode('/unittest.ffi.lua') +TESTURI = furi.encode(TESTROOT .. 'unittest.ffi.lua') ---@async local function TestBuilder() |