We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 12c3743 commit 798b44cCopy full SHA for 798b44c
src/analyses/assert.ml
@@ -39,7 +39,7 @@ struct
39
if refine then raise Analyses.Deadcode else man.local
40
| `Lifted true ->
41
warn (M.success ~category:Assert "%s") ("Assertion \"" ^ expr ^ "\" will succeed");
42
- Checks.safe Checks.Category.AssertionFailure ~message:("Assertion \"%s\" will succeed");
+ Checks.safe Checks.Category.AssertionFailure ~message:("Assertion \"" ^ expr ^ "\" will succeed");
43
man.local
44
| `Bot ->
45
M.error ~category:Assert "%s" ("Assertion \"" ^ expr ^ "\" produces a bottom. What does that mean? (currently uninitialized arrays' content is bottom)");
0 commit comments