diff options
author | ZyX <kp-pav@yandex.ru> | 2017-03-11 13:28:18 +0300 |
---|---|---|
committer | ZyX <kp-pav@yandex.ru> | 2017-03-11 23:23:49 +0300 |
commit | 9400466282918396c814ef456d0f65dca51b8889 (patch) | |
tree | 5ef29efe2be5fa17afebc3e51215a7750e8ff671 /test/unit/preload.lua | |
parent | 12b062b2c862fd436cff0df4ebb2e5ca22e75e19 (diff) | |
download | rneovim-9400466282918396c814ef456d0f65dca51b8889.tar.gz rneovim-9400466282918396c814ef456d0f65dca51b8889.tar.bz2 rneovim-9400466282918396c814ef456d0f65dca51b8889.zip |
unittests: Check core dumps in after_each, like in functests
Diffstat (limited to 'test/unit/preload.lua')
-rw-r--r-- | test/unit/preload.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/unit/preload.lua b/test/unit/preload.lua index d8ec2c3943..841e19b878 100644 --- a/test/unit/preload.lua +++ b/test/unit/preload.lua @@ -2,6 +2,6 @@ -- Busted started doing this to help provide more isolation. See issue #62 -- for more information about this. local ffi = require('ffi') -local helpers = require('test.unit.helpers') +local helpers = require('test.unit.helpers')(nil) local lfs = require('lfs') local preprocess = require('test.unit.preprocess') |