Skip to content

Commit

Permalink
Comment clarification
Browse files Browse the repository at this point in the history
  • Loading branch information
zafer-esen committed Feb 12, 2024
1 parent 896579e commit d9cccea
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/tricera/Main.scala
Original file line number Diff line number Diff line change
Expand Up @@ -466,8 +466,8 @@ class Main (args: Array[String]) {
if (useMemCleanupForMemTrack &&
propertiesToCheck.contains(properties.MemValidTrack)) {
/**
* memtrack expected might be 'sat', but we check for
* valid-cleanup, which might return unsat
* memtrack expected is 'sat', but TriCera encodes the stronger
* property valid-cleanup, which might be 'unsat'.
*/
"unknown"
} else "sat"
Expand Down

0 comments on commit d9cccea

Please sign in to comment.