Skip to content

Commit e5da14c

Browse files
committed
pylint
1 parent 88efa98 commit e5da14c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/cli/other_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3960,7 +3960,7 @@ def test_max_configs(tmp_path):
39603960
args = ['--enable=information', '--template=daca2', str(test_file)]
39613961

39623962
# default max configs is set to 12, warn if code contains more configurations than that
3963-
_, stdout, stderr = cppcheck(args)
3963+
_, _, stderr = cppcheck(args)
39643964
assert stderr.splitlines() == [
39653965
'{}:0:0: information: Too many #ifdef configurations - cppcheck only checks 12 of 20 configurations. Use --force to check all configurations. [toomanyconfigs]'.format(test_file)
39663966
]

0 commit comments

Comments
 (0)