Skip to content

Commit 2b1363d

Browse files
committed
other_test.py
1 parent 3178b93 commit 2b1363d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/cli/other_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -988,7 +988,7 @@ def test_file_filter_no_match(tmpdir):
988988

989989
args = ['--file-filter=*.c', test_file]
990990
out_lines = [
991-
'cppcheck: error: could not find any files matching the filter.'
991+
'cppcheck: error: could not find any files matching the filter:*.c'
992992
]
993993

994994
assert_cppcheck(args, ec_exp=1, err_exp=[], out_exp=out_lines)

0 commit comments

Comments
 (0)