@@ -4062,22 +4062,22 @@ def __test_active_checkers(tmp_path, active_cnt, total_cnt, use_misra=False, use
40624062
40634063
40644064def test_active_unusedfunction_only (tmp_path ):
4065- __test_active_checkers (tmp_path , 1 , 975 , use_unusedfunction_only = True )
4065+ __test_active_checkers (tmp_path , 1 , 186 , use_unusedfunction_only = True )
40664066
40674067
40684068def test_active_unusedfunction_only_builddir (tmp_path ):
40694069 checkers_exp = [
40704070 'CheckUnusedFunctions::check'
40714071 ]
4072- __test_active_checkers (tmp_path , 1 , 975 , use_unusedfunction_only = True , checkers_exp = checkers_exp )
4072+ __test_active_checkers (tmp_path , 1 , 186 , use_unusedfunction_only = True , checkers_exp = checkers_exp )
40734073
40744074
40754075def test_active_unusedfunction_only_misra (tmp_path ):
4076- __test_active_checkers (tmp_path , 1 , 1175 , use_unusedfunction_only = True , use_misra = True )
4076+ __test_active_checkers (tmp_path , 1 , 386 , use_unusedfunction_only = True , use_misra = True )
40774077
40784078
40794079def test_active_unusedfunction_only_misra_builddir (tmp_path ):
40804080 checkers_exp = [
40814081 'CheckUnusedFunctions::check'
40824082 ]
4083- __test_active_checkers (tmp_path , 1 , 1175 , use_unusedfunction_only = True , use_misra = True , checkers_exp = checkers_exp )
4083+ __test_active_checkers (tmp_path , 1 , 386 , use_unusedfunction_only = True , use_misra = True , checkers_exp = checkers_exp )
0 commit comments