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)
https://github.com/vim/vim/commit/a3b494d6afa79aedce42fa4ecc7ef0dbae79e37e
This commit is contained in:
Jan Edmund Lazo
2021-01-17 12:42:27 -05:00
parent 562877c135
commit abcd982bf0
+1 -1
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