Skip to content

Commit 73b396b

Browse files
Dot at end of message for consistency
Co-authored-by: Copilot <[email protected]>
1 parent 916913a commit 73b396b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/analyses/assert.ml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ struct
2525
assert_msg Error "Assertion \"%a\" will fail." CilType.Exp.pretty e;
2626
if refine then raise Analyses.Deadcode else man.local
2727
| `Lifted true ->
28-
assert_msg Success "Assertion \"%a\" will succeed" CilType.Exp.pretty e;
28+
assert_msg Success "Assertion \"%a\" will succeed." CilType.Exp.pretty e;
2929
man.local
3030
| `Bot ->
3131
M.error ~category:Assert "Assertion \"%a\" produces a bottom. What does that mean? (currently uninitialized arrays' content is bottom)" CilType.Exp.pretty e;

0 commit comments

Comments
 (0)