mirror of
https://github.com/neovim/neovim.git
synced 2025-09-27 13:38:34 +00:00
test: remove a few more redundant clear() calls (#35903)
This commit is contained in:
@@ -16,6 +16,5 @@ local is_os = t.is_os
|
||||
before_each(clear)
|
||||
|
||||
it('windowsversion()', function()
|
||||
clear()
|
||||
matches(is_os('win') and '^%d+%.%d+$' or '^$', eval('windowsversion()'))
|
||||
end)
|
||||
|
Reference in New Issue
Block a user