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-7Lines changed: 1 addition & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -14,12 +14,6 @@ struct
14
14
(* transfer functions *)
15
15
16
16
letassert_fnmanecheckrefine=
17
-
18
-
letcheck_assertest=
19
-
match man.ask (Queries.EvalInt e) with
20
-
|vwhenQueries.ID.is_bot v -> `Bot
21
-
|v -> Option.map_default (funb -> `Lifted b) `Top (Queries.ID.to_bool v)
22
-
in
23
17
let expr =CilType.Exp.show e in
24
18
letwarnwarn_fn?annotmsg=if check then
25
19
if get_bool "dbg.regression"then ( (* This only prints unexpected results (with the difference) as indicated by the comment behind the assert (same as used by the regression test script). *)
@@ -38,7 +32,7 @@ struct
38
32
warn_fn msg
39
33
in
40
34
(* TODO: use format instead of %s for the following messages *)
0 commit comments