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
3 changed files with 0 additions and 3 deletions

View File

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

View File

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

View File

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