mirror of
https://github.com/neovim/neovim.git
synced 2025-09-06 19:38:20 +00:00
test/channels_spec: cleanup
- Remove stray print() - Use uname() instead of system('uname')
This commit is contained in:
@@ -6,7 +6,7 @@ local clear, curbufmeths = helpers.clear, helpers.curbufmeths
|
||||
local exc_exec, expect, eval = helpers.exc_exec, helpers.expect, helpers.eval
|
||||
local insert = helpers.insert
|
||||
|
||||
describe('api functions', function()
|
||||
describe('eval-API', function()
|
||||
before_each(clear)
|
||||
|
||||
it("work", function()
|
||||
|
Reference in New Issue
Block a user