0
0
mirror of https://github.com/vim/vim.git synced 2025-10-03 05:14:07 -04:00

patch 8.2.4834: Vim9: some lines not covered by tests

Problem:    Vim9: some lines not covered by tests.
Solution:   Add a few more tests.  Remove dead code.
This commit is contained in:
Bram Moolenaar
2022-04-27 17:54:25 +01:00
parent ce001a337e
commit 06651630ee
5 changed files with 52 additions and 64 deletions

View File

@@ -2231,7 +2231,6 @@ delete_instr(isn_T *isn)
case ISN_CATCH:
case ISN_CEXPR_AUCMD:
case ISN_CHECKLEN:
case ISN_CHECKNR:
case ISN_CLEARDICT:
case ISN_CMDMOD_REV:
case ISN_COMPAREANY: