Skip to content

Commit 81eef61

Browse files
committed
rebase
1 parent 7048993 commit 81eef61

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

test/cli/proj2_test.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,8 +74,8 @@ def test_absolute_path():
7474
assert stdout.find('Checking %s ...' % file2) >= 0
7575

7676
def test_progress_threads():
77-
create_compile_commands()
78-
ret, stdout, _ = cppcheck(['--project=' + os.path.realpath('proj2/' + COMPILE_COMMANDS_JSON), '-j2'])
77+
__create_compile_commands()
78+
ret, stdout, _ = cppcheck(['--project=' + os.path.realpath('proj2/' + __COMPILE_COMMANDS_JSON), '-j2'])
7979
assert ret == 0, stdout
8080
assert stdout.find('1/2 files checked 76% done') >= 0
8181
assert stdout.find('2/2 files checked 100% done') >= 0

0 commit comments

Comments
 (0)