Skip to content
Snippets Groups Projects
Commit 5119e154 authored by hansen's avatar hansen
Browse files

Print complete error message in case of an invariant violation.

parent 2d4b4fb2
No related branches found
No related tags found
No related merge requests found
......@@ -358,7 +358,7 @@ public class MP
break;
case EC.TLC_INVARIANT_EVALUATION_FAILED:
b.append("Evaluating invariant %1% failed.");
b.append("Evaluating invariant %1% failed:\n%2%");
break;
case EC.TLC_ACTION_PROPERTY_VIOLATED_BEHAVIOR:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment