Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
chrchr-github committed Jan 3, 2025
1 parent bf3a994 commit f6b31de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/cli/whole-program_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -371,7 +371,7 @@ def __test_nullpointer_file0(extra_args):
args += extra_args

ret, _, stderr = cppcheck(args, cwd=__script_dir)
results = ET.fromstring(stdout)
results = ET.fromstring(stderr)
file0 = ''
for e in results.findall('errors/error'):
if (e.attrib['id'] == 'ctunullpointer'):
Expand Down

0 comments on commit f6b31de

Please sign in to comment.