Skip to content

Commit 9475723

Browse files
committed
other_test.py:test_xml_output
1 parent 33abf52 commit 9475723

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
@@ -2666,7 +2666,7 @@ def test_xml_output(tmp_path): # #13391 / #13485
26662666
<results version="2">
26672667
<cppcheck version="{}"/>
26682668
<errors>
2669-
<error id="nullPointerRedundantCheck" severity="warning" msg="Either the condition &apos;p&apos; is redundant or there is possible null pointer dereference: p." verbose="Either the condition &apos;p&apos; is redundant or there is possible null pointer dereference: p." cwe="476" file0="{}" remark="boom">
2669+
<error id="nullPointerRedundantCheck" severity="warning" msg="Either the condition &apos;p&apos; is redundant or there is possible null pointer dereference: p." verbose="Either the condition &apos;p&apos; is redundant or there is possible null pointer dereference: p." cwe="476" hash="1842500187" file0="{}" remark="boom">
26702670
<location file="{}" line="5" column="12" info="Null pointer dereference"/>
26712671
<location file="{}" line="4" column="8" info="Assuming that condition &apos;p&apos; is not redundant"/>
26722672
<symbol>p</symbol>

0 commit comments

Comments
 (0)