diff options
author | Justin M. Keyes <justinkz@gmail.com> | 2017-10-29 00:56:00 +0200 |
---|---|---|
committer | Justin M. Keyes <justinkz@gmail.com> | 2017-10-29 02:12:45 +0200 |
commit | 1a93f5883105c304d496d6c2e841626ebb7d44c1 (patch) | |
tree | 65981f6c7f17c9025a1748cf96f6cb08fdfe2583 /test/functional/ui/cmdline_spec.lua | |
parent | 8526902790680b9eea5462c19bd7d45caa40f16d (diff) | |
download | rneovim-1a93f5883105c304d496d6c2e841626ebb7d44c1.tar.gz rneovim-1a93f5883105c304d496d6c2e841626ebb7d44c1.tar.bz2 rneovim-1a93f5883105c304d496d6c2e841626ebb7d44c1.zip |
test: ui/cmdline_spec.lua: enable on Windows
Diffstat (limited to 'test/functional/ui/cmdline_spec.lua')
-rw-r--r-- | test/functional/ui/cmdline_spec.lua | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/test/functional/ui/cmdline_spec.lua b/test/functional/ui/cmdline_spec.lua index 6a9f4a22b4..0f8302b036 100644 --- a/test/functional/ui/cmdline_spec.lua +++ b/test/functional/ui/cmdline_spec.lua @@ -5,8 +5,6 @@ local source = helpers.source local ok = helpers.ok local command = helpers.command -if helpers.pending_win32(pending) then return end - describe('external cmdline', function() local screen local last_level = 0 |