diff options
author | 最萌小汐 <sumneko@hotmail.com> | 2022-01-05 20:22:58 +0800 |
---|---|---|
committer | 最萌小汐 <sumneko@hotmail.com> | 2022-01-05 20:22:58 +0800 |
commit | e6ae2c753025ae724e2e395ee5cd4c1408527fec (patch) | |
tree | 1336f21c2786e736e815df59149b6ff59f40c142 /test/hover/init.lua | |
parent | e89ccc2b6ea6be1282f9da80f366c267bccf5efc (diff) | |
download | lua-language-server-e6ae2c753025ae724e2e395ee5cd4c1408527fec.zip |
fix test
Diffstat (limited to 'test/hover/init.lua')
-rw-r--r-- | test/hover/init.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/hover/init.lua b/test/hover/init.lua index c0d5bc94..c12928d5 100644 --- a/test/hover/init.lua +++ b/test/hover/init.lua @@ -1800,4 +1800,4 @@ local <?x?> = 1 // 2 [[ local x: integer = 1 ]] -config.set(nil, 'runtime.nonstandardSymbol', {}) +config.set(nil, 'Lua.runtime.nonstandardSymbol', {}) |