aboutsummaryrefslogtreecommitdiff
path: root/test/unit/buffer_spec.lua
diff options
context:
space:
mode:
authorJustin M. Keyes <justinkz@gmail.com>2014-09-10 01:17:07 +0000
committerJustin M. Keyes <justinkz@gmail.com>2014-09-11 08:58:17 +0000
commit99a9161bace8200aa611f6feefcc2ac3eda93251 (patch)
tree53b6764cd02f55d11ff6f6f56a91d358b367ea7d /test/unit/buffer_spec.lua
parentf6088e79b098791dc04e42602692ab2bdd08ee78 (diff)
downloadrneovim-99a9161bace8200aa611f6feefcc2ac3eda93251.tar.gz
rneovim-99a9161bace8200aa611f6feefcc2ac3eda93251.tar.bz2
rneovim-99a9161bace8200aa611f6feefcc2ac3eda93251.zip
unit tests: initialize everything
Diffstat (limited to 'test/unit/buffer_spec.lua')
-rw-r--r--test/unit/buffer_spec.lua5
1 files changed, 0 insertions, 5 deletions
diff --git a/test/unit/buffer_spec.lua b/test/unit/buffer_spec.lua
index 11d99a7bcb..5244c2af86 100644
--- a/test/unit/buffer_spec.lua
+++ b/test/unit/buffer_spec.lua
@@ -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)