diff options
author | 最萌小汐 <sumneko@hotmail.com> | 2020-12-28 12:19:38 +0800 |
---|---|---|
committer | 最萌小汐 <sumneko@hotmail.com> | 2020-12-28 12:19:38 +0800 |
commit | bfe803c8596227ddddb46b3e51983decf029be3c (patch) | |
tree | 8095fe5163d0103f65c408acc2d19e528f0a1660 /test/full | |
parent | d507b68e95c8b8c972f3c37b5c561f86fccce8cf (diff) | |
download | lua-language-server-bfe803c8596227ddddb46b3e51983decf029be3c.zip |
clean up code
Diffstat (limited to 'test/full')
-rw-r--r-- | test/full/example.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/full/example.lua b/test/full/example.lua index 57d02c38..4f6090ee 100644 --- a/test/full/example.lua +++ b/test/full/example.lua @@ -41,6 +41,7 @@ local function testIfExit(path) local lines = parser:lines(buf) for i = 1, max do files.removeAll() + files.open('') files.setText('', buf) diag('', function () end) local passed = os.clock() - clock |