mirror of
https://github.com/neovim/neovim.git
synced 2025-12-07 15:14:04 +00:00
unittests: Check core dumps in after_each, like in functests
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
local lfs = require('lfs')
|
||||
local bit = require('bit')
|
||||
|
||||
local helpers = require('test.unit.helpers')
|
||||
local helpers = require('test.unit.helpers')(after_each)
|
||||
local itp = helpers.gen_itp(it)
|
||||
|
||||
local cimport = helpers.cimport
|
||||
|
||||
Reference in New Issue
Block a user