mirror of
https://github.com/neovim/neovim.git
synced 2025-10-07 10:26:31 +00:00
test: remove a few more redundant clear() calls
This commit is contained in:
@@ -9,8 +9,6 @@ local exec_lua = n.exec_lua
|
||||
before_each(clear)
|
||||
|
||||
describe('treesitter utils', function()
|
||||
before_each(clear)
|
||||
|
||||
it('can find an ancestor', function()
|
||||
insert([[
|
||||
int main() {
|
||||
|
Reference in New Issue
Block a user