unit tests: initialize everything

This commit is contained in:
Justin M. Keyes
2014-09-10 01:17:07 +00:00
parent f6088e79b0
commit 99a9161bac
4 changed files with 22 additions and 13 deletions

View File

@@ -9,11 +9,6 @@ local buffer = helpers.cimport("./src/nvim/buffer.h")
local window = helpers.cimport("./src/nvim/window.h")
local option = helpers.cimport("./src/nvim/option.h")
--{ Initialize the options needed for interacting with buffers
window.win_alloc_first()
option.set_init_1()
--}
describe('buffer functions', function()
local buflist_new = function(file, flags)