Skip to content

Commit 3ea439c

Browse files
author
Your Name
committed
Bump the other expected results
1 parent 2479ea6 commit 3ea439c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

test/cli/other_test.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1045,7 +1045,7 @@ def test_showtime_top5_summary_compdb(tmp_path):
10451045

10461046

10471047
def __test_showtime_file(tmp_path, use_compdb=False, use_addons=False, use_clang_tidy=False):
1048-
exp_res = 80
1048+
exp_res = 79
10491049
# project analysis does not call Preprocessor::getConfig()
10501050
if use_compdb:
10511051
exp_res -= 1
@@ -1079,7 +1079,7 @@ def test_showtime_file_clang_tidy_compdb(tmp_path):
10791079

10801080

10811081
def __test_showtime_summary(tmp_path, use_compdb=False, use_addons=False, use_clang_tidy=False):
1082-
exp_res = 79
1082+
exp_res = 80
10831083
# project analysis does not call Preprocessor::getConfig()
10841084
if use_compdb:
10851085
exp_res -= 1

0 commit comments

Comments
 (0)