Skip to content

Commit e06c4cc

Browse files
committed
2
1 parent cf76ba2 commit e06c4cc

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

test/cli/other_test.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4453,25 +4453,25 @@ def __test_active_checkers(tmp_path, active_cnt, total_cnt, use_misra=False, use
44534453

44544454

44554455
def 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

44594459
def 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

44664466
def 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

44704470
def 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

44774477
def test_analyzerinfo(tmp_path):

0 commit comments

Comments
 (0)