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:
Jan Edmund Lazo 2021-01-16 20:45:56 -05:00
parent 562877c135
commit abcd982bf0
No known key found for this signature in database
GPG Key ID: 64915E6E9F735B15

View File

@ -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