diff options
author | Justin M. Keyes <justinkz@gmail.com> | 2014-09-10 01:17:07 +0000 |
---|---|---|
committer | Justin M. Keyes <justinkz@gmail.com> | 2014-09-11 08:58:17 +0000 |
commit | 99a9161bace8200aa611f6feefcc2ac3eda93251 (patch) | |
tree | 53b6764cd02f55d11ff6f6f56a91d358b367ea7d /test/unit/buffer_spec.lua | |
parent | f6088e79b098791dc04e42602692ab2bdd08ee78 (diff) | |
download | rneovim-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.lua | 5 |
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) |