test(oldtest): unskip existing tests that use Blobs

This commit is contained in:
Sean Dewar 2021-07-30 17:36:00 +01:00
parent e53b71627f
commit 6eb41e5c8d
No known key found for this signature in database
GPG Key ID: 08CC2C83AD41B581
3 changed files with 0 additions and 3 deletions

View File

@ -95,7 +95,6 @@ func Test_rename_copy()
endfunc endfunc
func Test_rename_fails() func Test_rename_fails()
throw 'skipped: TODO: '
call writefile(['foo'], 'Xrenamefile') call writefile(['foo'], 'Xrenamefile')
" Can't rename into a non-existing directory. " Can't rename into a non-existing directory.

View File

@ -168,7 +168,6 @@ func Test_swapname()
endfunc endfunc
func Test_swapfile_delete() func Test_swapfile_delete()
throw 'skipped: need the "blob" feature for this test'
autocmd! SwapExists autocmd! SwapExists
function s:swap_exists() function s:swap_exists()
let v:swapchoice = s:swap_choice let v:swapchoice = s:swap_choice

View File

@ -368,7 +368,6 @@ endfunc
" Check that reading a truncted undo file doesn't hang. " Check that reading a truncted undo file doesn't hang.
func Test_undofile_truncated() func Test_undofile_truncated()
throw 'skipped: TODO: '
new new
call setline(1, 'hello') call setline(1, 'hello')
set ul=100 set ul=100