From 937b6fac8fecb701895b2c4151a864861aaf03f4 Mon Sep 17 00:00:00 2001 From: ZyX Date: Tue, 3 Jan 2017 17:37:18 +0300 Subject: unittest: Fix linter errors --- test/unit/helpers.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/unit/helpers.lua') diff --git a/test/unit/helpers.lua b/test/unit/helpers.lua index 1e97fc9793..a485a875ab 100644 --- a/test/unit/helpers.lua +++ b/test/unit/helpers.lua @@ -68,7 +68,7 @@ local function cimport(...) return libnvim end - local body = nil + local body body, previous_defines = Preprocess.preprocess(previous_defines, unpack(paths)) -- format it (so that the lines are "unique" statements), also filter out -- cgit