diff options
author | Jan Edmund Lazo <janedmundlazo@hotmail.com> | 2017-10-19 10:30:12 -0400 |
---|---|---|
committer | Jan Edmund Lazo <janedmundlazo@hotmail.com> | 2018-02-19 07:10:44 -0500 |
commit | 2943056f75a5ead14cd4d370215821a229cfb49e (patch) | |
tree | c5cd05d348512cda3647b0bfec84b60cce84a34b | |
parent | 44dc8b475300f5fecf8d959c51a53f841802d188 (diff) | |
download | rneovim-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.lua | 2 |
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) |