mirror of
https://github.com/neovim/neovim.git
synced 2025-12-16 03:15:39 +00:00
unittests: Check core dumps in after_each, like in functests
This commit is contained in:
@@ -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')
|
||||
|
||||
Reference in New Issue
Block a user