1
0
forked from aniani/vim

patch 8.2.0102: messages test fails in small version

Problem:    Messages test fails in small version.
Solution:   Only use test_null_job() when available.
This commit is contained in:
Bram Moolenaar 2020-01-08 19:27:40 +01:00
parent 9db2afe46d
commit da292b07af
2 changed files with 6 additions and 2 deletions

View File

@ -273,8 +273,10 @@ func Test_null()
echom test_null_list()
echom test_null_dict()
echom test_null_blob()
echom test_null_job()
echom test_null_string()
echom test_null_channel()
echom test_null_partial()
if has('job')
echom test_null_job()
echom test_null_channel()
endif
endfunc

View File

@ -742,6 +742,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
102,
/**/
101,
/**/