summaryrefslogtreecommitdiff
path: root/test/full
diff options
context:
space:
mode:
author最萌小汐 <sumneko@hotmail.com>2020-12-29 17:50:20 +0800
committer最萌小汐 <sumneko@hotmail.com>2020-12-29 17:50:20 +0800
commit3a2f475b5a3c61241538602f2531b82f3f1fa395 (patch)
tree971121c99a8801737a20ee844033538a2b9c77a2 /test/full
parent3adf828e1a95b538e41ec586501844283872da35 (diff)
downloadlua-language-server-3a2f475b5a3c61241538602f2531b82f3f1fa395.zip
performance optimization
Diffstat (limited to 'test/full')
-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 8b1c36d7..4f6090ee 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')