mirror of
https://github.com/neovim/neovim.git
synced 2026-05-04 04:55:16 +00:00
tests: fix non-controversial misuse of pending (#11247)
Ref: https://github.com/neovim/neovim/pull/11184
This commit is contained in:
@@ -821,8 +821,7 @@ describe('cmdline redraw', function()
|
||||
|
||||
it('with <Cmd>', function()
|
||||
if 'openbsd' == helpers.uname() then
|
||||
pending('FIXME #10804', function() end)
|
||||
return
|
||||
pending('FIXME #10804')
|
||||
end
|
||||
command('cmap a <Cmd>call sin(0)<CR>') -- no-op
|
||||
feed(':012345678901234567890123456789')
|
||||
|
||||
Reference in New Issue
Block a user