From 4c92a0baca78f63f921ae272bc4f970f67edb189 Mon Sep 17 00:00:00 2001 From: Thiago de Arruda Date: Tue, 10 Feb 2015 09:56:30 -0300 Subject: deps: Add Luajit compilation flags to improve debugging --- test/functional/helpers.lua | 5 ----- 1 file changed, 5 deletions(-) (limited to 'test') 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') -- cgit