forked from aniani/vim
patch 9.0.0563: timer_info() test fails
Problem: Timer_info() test fails.
Solution: Ignore test timeout timer. Don't use test_null_job() when not
available.
This commit is contained in:
@@ -7217,8 +7217,10 @@ func Test_refcount()
|
||||
unlet d
|
||||
delfunc DictFunc
|
||||
|
||||
call assert_equal(-1, test_refcount(test_null_job()))
|
||||
call assert_equal(-1, test_refcount(test_null_channel()))
|
||||
if has('channel')
|
||||
call assert_equal(-1, test_refcount(test_null_job()))
|
||||
call assert_equal(-1, test_refcount(test_null_channel()))
|
||||
endif
|
||||
call assert_equal(-1, test_refcount(test_null_function()))
|
||||
call assert_equal(-1, test_refcount(test_null_partial()))
|
||||
call assert_equal(-1, test_refcount(test_null_blob()))
|
||||
|
||||
Reference in New Issue
Block a user