mirror of
https://github.com/neovim/neovim.git
synced 2025-09-06 03:18:16 +00: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:
@@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user