Skip to content

Commit

Permalink
patch 8.2.2360: test leaves file behind
Browse files Browse the repository at this point in the history
Problem:    Test leaves file behind.
Solution:   Delete the right file. (Dominique Pellé, closes #7689)
  • Loading branch information
brammool committed Jan 16, 2021
1 parent e292432 commit a3b494d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/testdir/test_filetype.vim
Expand Up @@ -757,7 +757,7 @@ func Test_pp_file()
call assert_equal('pascal', &filetype)
bwipe!

call delete('Xfile.ts')
call delete('Xfile.pp')
filetype off
endfunc

Expand Down
2 changes: 2 additions & 0 deletions src/version.c
Expand Up @@ -750,6 +750,8 @@ static char *(features[]) =

static int included_patches[] =
{ /* Add new patch number below this line */
/**/
2360,
/**/
2359,
/**/
Expand Down

0 comments on commit a3b494d

Please sign in to comment.