1 parent e9de298 commit 3746f0aCopy full SHA for 3746f0a
1 file changed
test/cli/other_test.py
@@ -4541,7 +4541,7 @@ def run_and_assert_cppcheck(stdout_exp):
4541
4542
# invalid 'hash' node
4543
with open(test_a1_file, 'w') as f:
4544
- f.write('<?xml version="1.0"?><analyzerinfo><hash>hash<hash/></analyzerinfo>')
+ f.write('<?xml version="1.0"?><analyzerinfo><hash>hash</hash></analyzerinfo>')
4545
4546
run_and_assert_cppcheck([
4547
"discarding cached result from '{}' for '{}' - hash mismatch".format(test_a1_file_s, test_file_s)
0 commit comments