Skip to content

Commit 71f9eb9

Browse files
committed
remove useless cleanup
1 parent 152627f commit 71f9eb9

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

t/clang_format_spec.vim

-4
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,6 @@ describe ':ClangFormat'
213213
end
214214
" }}}
215215

216-
217216
" test for auto formatting {{{
218217
describe 'g:clang_format#auto_format'
219218

@@ -225,9 +224,6 @@ describe 'g:clang_format#auto_format'
225224

226225
after
227226
bdelete!
228-
if filereadable('./'.s:root_dir.'t/tmp.cpp')
229-
call delete('./'.s:root_dir.'t/tmp.cpp')
230-
endif
231227
end
232228

233229
it 'formats a current buffer on BufWritePre if the value is 1'

0 commit comments

Comments
 (0)