diff options
author | Rui Abreu Ferreira <raf-ep@gmx.com> | 2017-01-17 15:20:42 +0000 |
---|---|---|
committer | Rui Abreu Ferreira <raf-ep@gmx.com> | 2017-01-20 18:29:18 +0000 |
commit | 1cb52309f102f0c54d6832ae31723b5878498adc (patch) | |
tree | 522d439483d1263df4849db74ee8c44f9f7be1ed /test | |
parent | f59bb4be6cdb9bf4a2694e7e16d670a9434e5ffe (diff) | |
download | rneovim-1cb52309f102f0c54d6832ae31723b5878498adc.tar.gz rneovim-1cb52309f102f0c54d6832ae31723b5878498adc.tar.bz2 rneovim-1cb52309f102f0c54d6832ae31723b5878498adc.zip |
Enable clipboard provider tests in Windows
Diffstat (limited to 'test')
-rw-r--r-- | test/functional/clipboard/clipboard_provider_spec.lua | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/test/functional/clipboard/clipboard_provider_spec.lua b/test/functional/clipboard/clipboard_provider_spec.lua index 6424b39e13..15977b9777 100644 --- a/test/functional/clipboard/clipboard_provider_spec.lua +++ b/test/functional/clipboard/clipboard_provider_spec.lua @@ -5,8 +5,6 @@ local Screen = require('test.functional.ui.screen') local clear, feed, insert = helpers.clear, helpers.feed, helpers.insert local execute, expect, eq, eval = helpers.execute, helpers.expect, helpers.eq, helpers.eval -if helpers.pending_win32(pending) then return end - local function basic_register_test(noblock) insert("some words") |