diff options
author | 最萌小汐 <sumneko@hotmail.com> | 2022-11-23 21:25:31 +0800 |
---|---|---|
committer | 最萌小汐 <sumneko@hotmail.com> | 2022-11-23 21:25:31 +0800 |
commit | 7400644545baad38c0830c2cbb596f51b88316e5 (patch) | |
tree | 06d824ce4c5b171d5046687d30fb3c9687de7a67 /test/other | |
parent | 43543718546dcdc590b9f13a02f79f22132b0b37 (diff) | |
download | lua-language-server-7400644545baad38c0830c2cbb596f51b88316e5.zip |
OK, don't test filewatch
Diffstat (limited to 'test/other')
-rw-r--r-- | test/other/init.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/other/init.lua b/test/other/init.lua index dcb57404..fbe9d923 100644 --- a/test/other/init.lua +++ b/test/other/init.lua @@ -1 +1 @@ -require 'other.filewatch' +--require 'other.filewatch' |