diff options
author | Rui Abreu Ferreira <raf-ep@gmx.com> | 2016-08-31 13:18:18 +0100 |
---|---|---|
committer | Justin M. Keyes <justinkz@gmail.com> | 2017-01-08 03:23:15 +0100 |
commit | ae1ba2b2fbee9c22e6791218203ff64bebe6b4f5 (patch) | |
tree | 4e140723fa3e46081e89c836db93bddd8cec9025 /test/functional/shada/marks_spec.lua | |
parent | 32156f06f7640411e89bc51832ca5e8bf0a87e05 (diff) | |
download | rneovim-ae1ba2b2fbee9c22e6791218203ff64bebe6b4f5.tar.gz rneovim-ae1ba2b2fbee9c22e6791218203ff64bebe6b4f5.tar.bz2 rneovim-ae1ba2b2fbee9c22e6791218203ff64bebe6b4f5.zip |
test: Windows: Re-enable shada functional tests
One of the tests remains disabled until we figure out the expected
behaviour of mkdir() on Windows when `prot` is passed.
Diffstat (limited to 'test/functional/shada/marks_spec.lua')
-rw-r--r-- | test/functional/shada/marks_spec.lua | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/test/functional/shada/marks_spec.lua b/test/functional/shada/marks_spec.lua index 36d2c665d7..fa760ceb5b 100644 --- a/test/functional/shada/marks_spec.lua +++ b/test/functional/shada/marks_spec.lua @@ -14,8 +14,6 @@ local nvim_current_line = function() return curwinmeths.get_cursor()[1] end -if helpers.pending_win32(pending) then return end - describe('ShaDa support code', function() local testfilename = 'Xtestfile-functional-shada-marks' local testfilename_2 = 'Xtestfile-functional-shada-marks-2' |