Skip to content

Commit

Permalink
fix a test
Browse files Browse the repository at this point in the history
  • Loading branch information
Szelethus committed Nov 23, 2023
1 parent d2eddd5 commit 853fefb
Showing 1 changed file with 11 additions and 11 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,27 +18,27 @@ CHECK#CodeChecker check --build "make gcc_simple" --output $OUTPUT$ --quiet --an
[] - To store results use the "CodeChecker store" command.
[] - See --help and the user guide for further options about parsing and storing the reports.
[] - ----=================----
[UNSPECIFIED] gcc_simple.cpp:5:3: double-‘free’ of ‘i’ [gcc-double-free]
[HIGH] gcc_simple.cpp:5:3: double-‘free’ of ‘i’ [gcc-double-free]
free(i);
^

Found 1 defect(s) in gcc_simple.cpp


----==== Severity Statistics ====----
-------------------------------
Severity | Number of reports
-------------------------------
UNSPECIFIED | 1
-------------------------------
----------------------------
Severity | Number of reports
----------------------------
HIGH | 1
----------------------------
----=================----

----==== Checker Statistics ====----
-------------------------------------------------
Checker name | Severity | Number of reports
-------------------------------------------------
gcc-double-free | UNSPECIFIED | 1
-------------------------------------------------
----------------------------------------------
Checker name | Severity | Number of reports
----------------------------------------------
gcc-double-free | HIGH | 1
----------------------------------------------
----=================----

----==== File Statistics ====----
Expand Down

0 comments on commit 853fefb

Please sign in to comment.