@@ -4100,22 +4100,22 @@ def __test_active_checkers(tmp_path, active_cnt, total_cnt, use_misra=False, use
41004100
41014101
41024102def test_active_unusedfunction_only (tmp_path ):
4103- __test_active_checkers (tmp_path , 1 , 966 , use_unusedfunction_only = True )
4103+ __test_active_checkers (tmp_path , 1 , 975 , use_unusedfunction_only = True )
41044104
41054105
41064106def test_active_unusedfunction_only_builddir (tmp_path ):
41074107 checkers_exp = [
41084108 'CheckUnusedFunctions::check'
41094109 ]
4110- __test_active_checkers (tmp_path , 1 , 966 , use_unusedfunction_only = True , checkers_exp = checkers_exp )
4110+ __test_active_checkers (tmp_path , 1 , 975 , use_unusedfunction_only = True , checkers_exp = checkers_exp )
41114111
41124112
41134113def test_active_unusedfunction_only_misra (tmp_path ):
4114- __test_active_checkers (tmp_path , 1 , 1166 , use_unusedfunction_only = True , use_misra = True )
4114+ __test_active_checkers (tmp_path , 1 , 1175 , use_unusedfunction_only = True , use_misra = True )
41154115
41164116
41174117def test_active_unusedfunction_only_misra_builddir (tmp_path ):
41184118 checkers_exp = [
41194119 'CheckUnusedFunctions::check'
41204120 ]
4121- __test_active_checkers (tmp_path , 1 , 1166 , use_unusedfunction_only = True , use_misra = True , checkers_exp = checkers_exp )
4121+ __test_active_checkers (tmp_path , 1 , 1175 , use_unusedfunction_only = True , use_misra = True , checkers_exp = checkers_exp )
0 commit comments