aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan Edmund Lazo <janedmundlazo@hotmail.com>2017-10-19 10:30:12 -0400
committerJan Edmund Lazo <janedmundlazo@hotmail.com>2018-02-19 07:10:44 -0500
commit2943056f75a5ead14cd4d370215821a229cfb49e (patch)
treec5cd05d348512cda3647b0bfec84b60cce84a34b
parent44dc8b475300f5fecf8d959c51a53f841802d188 (diff)
downloadrneovim-2943056f75a5ead14cd4d370215821a229cfb49e.tar.gz
rneovim-2943056f75a5ead14cd4d370215821a229cfb49e.tar.bz2
rneovim-2943056f75a5ead14cd4d370215821a229cfb49e.zip
win: enable legacy test 107
-rw-r--r--test/functional/legacy/107_adjust_window_and_contents_spec.lua2
1 files changed, 0 insertions, 2 deletions
diff --git a/test/functional/legacy/107_adjust_window_and_contents_spec.lua b/test/functional/legacy/107_adjust_window_and_contents_spec.lua
index 836a0f8f24..239f60341a 100644
--- a/test/functional/legacy/107_adjust_window_and_contents_spec.lua
+++ b/test/functional/legacy/107_adjust_window_and_contents_spec.lua
@@ -8,8 +8,6 @@ local clear = helpers.clear
local insert = helpers.insert
local command = helpers.command
-if helpers.pending_win32(pending) then return end
-
describe('107', function()
setup(clear)