Skip to content

Commit cff1d5f

Browse files
committed
Remove outdated comment about no-data-race in SV-COMP
1 parent 42848ea commit cff1d5f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/witness/svcomp.ml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ struct
4848
let result_spec = match spec with
4949
| UnreachCall _ -> "unreach-call"
5050
| NoOverflow -> "no-overflow"
51-
| NoDataRace -> "no-data-race" (* not yet in SV-COMP/Benchexec *)
51+
| NoDataRace -> "no-data-race"
5252
| Termination -> "termination"
5353
| ValidFree -> "valid-free"
5454
| ValidDeref -> "valid-deref"

0 commit comments

Comments
 (0)