@@ -4453,25 +4453,25 @@ def __test_active_checkers(tmp_path, active_cnt, total_cnt, use_misra=False, use
44534453
44544454
44554455def test_active_unusedfunction_only (tmp_path ):
4456- __test_active_checkers (tmp_path , 1 , 188 , use_unusedfunction_only = True )
4456+ __test_active_checkers (tmp_path , 1 , 189 , use_unusedfunction_only = True )
44574457
44584458
44594459def test_active_unusedfunction_only_builddir (tmp_path ):
44604460 checkers_exp = [
44614461 'CheckUnusedFunctions::check'
44624462 ]
4463- __test_active_checkers (tmp_path , 1 , 188 , use_unusedfunction_only = True , checkers_exp = checkers_exp )
4463+ __test_active_checkers (tmp_path , 1 , 189 , use_unusedfunction_only = True , checkers_exp = checkers_exp )
44644464
44654465
44664466def test_active_unusedfunction_only_misra (tmp_path ):
4467- __test_active_checkers (tmp_path , 1 , 388 , use_unusedfunction_only = True , use_misra = True )
4467+ __test_active_checkers (tmp_path , 1 , 389 , use_unusedfunction_only = True , use_misra = True )
44684468
44694469
44704470def test_active_unusedfunction_only_misra_builddir (tmp_path ):
44714471 checkers_exp = [
44724472 'CheckUnusedFunctions::check'
44734473 ]
4474- __test_active_checkers (tmp_path , 1 , 388 , use_unusedfunction_only = True , use_misra = True , checkers_exp = checkers_exp )
4474+ __test_active_checkers (tmp_path , 1 , 389 , use_unusedfunction_only = True , use_misra = True , checkers_exp = checkers_exp )
44754475
44764476
44774477def test_analyzerinfo (tmp_path ):
0 commit comments