diff options
author | ZyX <kp-pav@yandex.ru> | 2017-01-03 17:37:18 +0300 |
---|---|---|
committer | ZyX <kp-pav@yandex.ru> | 2017-01-03 22:54:55 +0300 |
commit | 937b6fac8fecb701895b2c4151a864861aaf03f4 (patch) | |
tree | 21956b1642c8c018feaa26f88c2c5a3f91cf2d08 /test/unit/helpers.lua | |
parent | b38e7254280ea87ab7f5757709a22aa42da16b03 (diff) | |
download | rneovim-937b6fac8fecb701895b2c4151a864861aaf03f4.tar.gz rneovim-937b6fac8fecb701895b2c4151a864861aaf03f4.tar.bz2 rneovim-937b6fac8fecb701895b2c4151a864861aaf03f4.zip |
unittest: Fix linter errors
Diffstat (limited to 'test/unit/helpers.lua')
-rw-r--r-- | test/unit/helpers.lua | 2 |
1 files changed, 1 insertions, 1 deletions
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 |