mirror of
https://github.com/neovim/neovim.git
synced 2025-02-25 18:55:25 -06:00
vim-patch:8.2.2360: test leaves file behind
Problem: Test leaves file behind.
Solution: Delete the right file. (Dominique Pellé, closes vim/vim#7689)
a3b494d6af
This commit is contained in:
parent
562877c135
commit
abcd982bf0
@ -716,7 +716,7 @@ func Test_pp_file()
|
||||
call assert_equal('pascal', &filetype)
|
||||
bwipe!
|
||||
|
||||
call delete('Xfile.ts')
|
||||
call delete('Xfile.pp')
|
||||
filetype off
|
||||
endfunc
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user