Skip to content

Commit

Permalink
fixed another merge conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
philzook58 committed Oct 31, 2019
1 parent d378cb0 commit fab352a
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions wp/lib/bap_wp/src/precondition.ml
Original file line number Diff line number Diff line change
Expand Up @@ -835,12 +835,8 @@ let check ?refute:(refute = true) (solver : Solver.solver) (ctx : Z3.context)
else
pre'
in
<<<<<<< HEAD
Solver.check solver [is_correct]
=======
let () = Z3.Solver.add solver [is_correct] in
Z3.Solver.check solver []
>>>>>>> 874382e... Tests and simple mem-model extractor for gdb

let exclude (solver : Solver.solver) (ctx : Z3.context) ~var:(var : Constr.z3_expr)
~pre:(pre : Constr.t) : Solver.status =
Expand Down

0 comments on commit fab352a

Please sign in to comment.