From 99a9161bace8200aa611f6feefcc2ac3eda93251 Mon Sep 17 00:00:00 2001 From: "Justin M. Keyes" Date: Wed, 10 Sep 2014 01:17:07 +0000 Subject: unit tests: initialize everything --- test/unit/buffer_spec.lua | 5 ----- 1 file changed, 5 deletions(-) (limited to 'test/unit/buffer_spec.lua') 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) -- cgit