chore: revert unrelated changes in test

This commit is contained in:
Dylan Armstrong
2021-02-27 10:02:56 -06:00
parent 1d4a7c6039
commit 6646280d1a

View File

@@ -284,7 +284,7 @@ describe('No heap-buffer-overflow when using', function()
feed('$')
-- Let termopen() modify the buffer
feed_command('call termopen("echo")')
helpers.assert_alive()
eq(2, eval('1+1')) -- check nvim still running
feed_command('bdelete!')
end)
end)
@@ -294,6 +294,6 @@ describe('No heap-buffer-overflow when', function()
feed_command('set nowrap')
feed_command('autocmd TermOpen * startinsert')
feed_command('call feedkeys("4000ai\\<esc>:terminal!\\<cr>")')
helpers.assert_alive()
eq(2, eval('1+1'))
end)
end)