aboutsummaryrefslogtreecommitdiff
path: root/test/functional/helpers.lua
diff options
context:
space:
mode:
authorThiago de Arruda <tpadilha84@gmail.com>2015-02-10 11:20:46 -0300
committerThiago de Arruda <tpadilha84@gmail.com>2015-02-10 11:20:46 -0300
commit710af834d62747c15c9f2b129ee83309e18da9f8 (patch)
tree9419db512462bfb1d9fa1f93366f8d4fd1206273 /test/functional/helpers.lua
parentb0044fa5c323d6a0cb43741dfc0bf55ced172404 (diff)
parentdaba57c51236c77e0b53e4028672aee3c2a59c1b (diff)
downloadrneovim-710af834d62747c15c9f2b129ee83309e18da9f8.tar.gz
rneovim-710af834d62747c15c9f2b129ee83309e18da9f8.tar.bz2
rneovim-710af834d62747c15c9f2b129ee83309e18da9f8.zip
Merge PR #1973 'Add Luajit compilation flags to improve debugging'
Diffstat (limited to 'test/functional/helpers.lua')
-rw-r--r--test/functional/helpers.lua5
1 files changed, 0 insertions, 5 deletions
diff --git a/test/functional/helpers.lua b/test/functional/helpers.lua
index e63c79ec80..ea98ff4ce3 100644
--- a/test/functional/helpers.lua
+++ b/test/functional/helpers.lua
@@ -1,8 +1,3 @@
-if jit then
- -- Disable JIT because of random errors on Travis with OS X.
- jit.off(true, true)
-end
-
require('coxpcall')
local Loop = require('nvim.loop')
local MsgpackStream = require('nvim.msgpack_stream')