aboutsummaryrefslogtreecommitdiff
path: root/test/functional/helpers.lua
diff options
context:
space:
mode:
authorMatěj Cepl <mcepl@cepl.eu>2019-01-17 15:58:05 +0100
committerJustin M. Keyes <justinkz@gmail.com>2019-01-17 23:06:04 +0100
commita8a38f346548f507f06ff07d790d87913007523f (patch)
tree60f8d3afaa6769c542e5e5d4289243fc0718e76b /test/functional/helpers.lua
parent279043d62526674118e4ddb531f8cf7195060928 (diff)
downloadrneovim-a8a38f346548f507f06ff07d790d87913007523f.tar.gz
rneovim-a8a38f346548f507f06ff07d790d87913007523f.tar.bz2
rneovim-a8a38f346548f507f06ff07d790d87913007523f.zip
test: Lua 5.2/5.3 compat
close #9515 ref #9280
Diffstat (limited to 'test/functional/helpers.lua')
-rw-r--r--test/functional/helpers.lua1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/functional/helpers.lua b/test/functional/helpers.lua
index 851f3e720e..ec5c83fa92 100644
--- a/test/functional/helpers.lua
+++ b/test/functional/helpers.lua
@@ -1,4 +1,3 @@
-require('vim.compat')
require('coxpcall')
local luv = require('luv')
local lfs = require('lfs')