Skip to content

Commit d4bf659

Browse files
committed
Fix IntDomainTest compilation without top
1 parent f5cd945 commit d4bf659

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/unit/cdomains/intDomainTest.ml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -555,8 +555,8 @@ struct
555555
(Printf.sprintf "test_shift_right_ik_%s" (CilType.Ikind.show ik)) Int.shift_right I.shift_right :: acc
556556
) [] ik_lst |> QCheck_ounit.to_ounit2_test_list
557557

558-
let bot = `B (I.bot ())
559-
let top = `B (I.top ())
558+
let bot = `B (I.bot_of ik)
559+
let top = `B (I.top_of ik)
560560

561561
let isSigned = GoblintCil.Cil.isSigned
562562

0 commit comments

Comments
 (0)