You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/analyses/assert.ml
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -25,7 +25,7 @@ struct
25
25
assert_msg Error"Assertion \"%a\" will fail."CilType.Exp.pretty e;
26
26
if refine then raise Analyses.Deadcodeelse man.local
27
27
|`Liftedtrue ->
28
-
assert_msg Success"Assertion \"%a\" will succeed"CilType.Exp.pretty e;
28
+
assert_msg Success"Assertion \"%a\" will succeed."CilType.Exp.pretty e;
29
29
man.local
30
30
|`Bot ->
31
31
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