summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
author最萌小汐 <sumneko@hotmail.com>2020-12-28 19:09:46 +0800
committer最萌小汐 <sumneko@hotmail.com>2020-12-29 15:10:48 +0800
commit7233ce63aa6a1ac7df24a9afea81065877e3965a (patch)
treebc0cb871c30a02188495322e2e507089f539ce65 /test
parent248ca2a2ba50f2c059d8ab2d3d5688584e98bf62 (diff)
downloadlua-language-server-7233ce63aa6a1ac7df24a9afea81065877e3965a.zip
cleanup code
Diffstat (limited to 'test')
-rw-r--r--test/full/example.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/full/example.lua b/test/full/example.lua
index 4f6090ee..8b1c36d7 100644
--- a/test/full/example.lua
+++ b/test/full/example.lua
@@ -54,7 +54,7 @@ local function testIfExit(path)
end
end
-require 'tracy' .enable()
+--require 'tracy' .enable()
testIfExit(ROOT / 'test' / 'example' / 'vm.txt')
testIfExit(ROOT / 'test' / 'example' / 'largeGlobal.txt')
testIfExit(ROOT / 'test' / 'example' / 'guide.txt')