Problem: Vim9: term_getansicolors() test fails without +termguicolors.
Solution: Add a check for the feature. (Dominique Pellé, closes #8555)
def Test_term_getansicolors()
CheckRunVimInTerminal
+ CheckFeature termguicolors
CheckDefAndScriptFailure2(['term_getansicolors(["a"])'], 'E1013: Argument 1: type mismatch, expected string but got list<string>', 'E745: Using a List as a Number')
enddef
static int included_patches[] =
{ /* Add new patch number below this line */
+/**/
+ 3156,
/**/
3155,
/**/