summaryrefslogtreecommitdiff
path: root/test.lua
diff options
context:
space:
mode:
Diffstat (limited to 'test.lua')
-rw-r--r--test.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/test.lua b/test.lua
index 42b0d129..8a343f70 100644
--- a/test.lua
+++ b/test.lua
@@ -51,8 +51,8 @@ end
local function testAll()
test 'basic'
- test 'references'
test 'definition'
+ test 'references'
test 'type_inference'
test 'hover'
test 'completion'