diff options
author | Sean Dewar <seandewar@users.noreply.github.com> | 2021-07-30 17:36:00 +0100 |
---|---|---|
committer | Sean Dewar <seandewar@users.noreply.github.com> | 2021-09-16 00:14:48 +0100 |
commit | 6eb41e5c8d935e2308770d5c3a03744c3a59079c (patch) | |
tree | b59334c0e22f100c57ccc85c35fae50df14b825d /src | |
parent | e53b71627fb84025fb658a44ee5f90adf276cde7 (diff) | |
download | rneovim-6eb41e5c8d935e2308770d5c3a03744c3a59079c.tar.gz rneovim-6eb41e5c8d935e2308770d5c3a03744c3a59079c.tar.bz2 rneovim-6eb41e5c8d935e2308770d5c3a03744c3a59079c.zip |
test(oldtest): unskip existing tests that use Blobs
Diffstat (limited to 'src')
-rw-r--r-- | src/nvim/testdir/test_rename.vim | 1 | ||||
-rw-r--r-- | src/nvim/testdir/test_swap.vim | 1 | ||||
-rw-r--r-- | src/nvim/testdir/test_undo.vim | 1 |
3 files changed, 0 insertions, 3 deletions
diff --git a/src/nvim/testdir/test_rename.vim b/src/nvim/testdir/test_rename.vim index e4228188bd..2311caf790 100644 --- a/src/nvim/testdir/test_rename.vim +++ b/src/nvim/testdir/test_rename.vim @@ -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. diff --git a/src/nvim/testdir/test_swap.vim b/src/nvim/testdir/test_swap.vim index 02bc297de1..e3101d4e44 100644 --- a/src/nvim/testdir/test_swap.vim +++ b/src/nvim/testdir/test_swap.vim @@ -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 diff --git a/src/nvim/testdir/test_undo.vim b/src/nvim/testdir/test_undo.vim index 54caed3983..c7dcaa0f36 100644 --- a/src/nvim/testdir/test_undo.vim +++ b/src/nvim/testdir/test_undo.vim @@ -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 |