comparison src/testdir/test_debugger.vim @ 25118:12fd67997953 v8.2.3096

patch 8.2.3096: temp files remain after running tests Commit: https://github.com/vim/vim/commit/6c72fd51a899e6f0c272b08b9784d3c7a3cede20 Author: Dominique Pelle <dominique.pelle@gmail.com> Date: Sun Jul 4 12:30:06 2021 +0200 patch 8.2.3096: temp files remain after running tests Problem: Temp files remain after running tests. Solution: Delete the right files. (Dominique Pell?, closes https://github.com/vim/vim/issues/8509)
author Bram Moolenaar <Bram@vim.org>
date Sun, 04 Jul 2021 12:45:03 +0200
parents 765a642e0e20
children b2a6a71a11e8
comparison
equal deleted inserted replaced
25117:93f37d29970f 25118:12fd67997953
973 call RunDbgCmd(buf,'cont', ['line 1: echo "legone"']) 973 call RunDbgCmd(buf,'cont', ['line 1: echo "legone"'])
974 974
975 call RunDbgCmd(buf, 'cont') 975 call RunDbgCmd(buf, 'cont')
976 976
977 call StopVimInTerminal(buf) 977 call StopVimInTerminal(buf)
978 call delete('Xtest1.vim') 978 call delete('XtestDebug.vim')
979 call delete('Xtest2.vim')
980 endfunc 979 endfunc
981 980
982 func Test_debug_def_function() 981 func Test_debug_def_function()
983 CheckCWD 982 CheckCWD
984 let file =<< trim END 983 let file =<< trim END