We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 42848ea commit cff1d5fCopy full SHA for cff1d5f
src/witness/svcomp.ml
@@ -48,7 +48,7 @@ struct
48
let result_spec = match spec with
49
| UnreachCall _ -> "unreach-call"
50
| NoOverflow -> "no-overflow"
51
- | NoDataRace -> "no-data-race" (* not yet in SV-COMP/Benchexec *)
+ | NoDataRace -> "no-data-race"
52
| Termination -> "termination"
53
| ValidFree -> "valid-free"
54
| ValidDeref -> "valid-deref"
0 commit comments