Skip to content

Commit

Permalink
Refine error message for refute errors
Browse files Browse the repository at this point in the history
Co-authored-by: João Pereira <[email protected]>
  • Loading branch information
bruggerl and jcp19 committed Jul 10, 2024
1 parent 4ed5c4f commit eec33de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/scala/viper/gobra/reporting/VerifierError.scala
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ case class RefuteError(info: Source.Verifier.Info) extends VerificationError {

override def localId: String = "refute_error"

override def localMessage: String = "Refute statement failed. Assertion holds in all cases or could not be reached"
override def localMessage: String = "Refute statement failed. Assertion is either unreachable or it always holds."
}

case class ExhaleError(info: Source.Verifier.Info) extends VerificationError {
Expand Down

0 comments on commit eec33de

Please sign in to comment.