[infer][PR] Fixed type

Summary: Closes https://github.com/facebook/infer/pull/777

Reviewed By: jeremydubreil

Differential Revision: D6172465

Pulled By: ddino

fbshipit-source-id: 927c12d
master
Stephan Walters 7 years ago committed by Facebook Github Bot
parent 2ba4d7b0f1
commit b07269ab71

@ -938,7 +938,7 @@ let perform_analysis_phase tenv (summary: Specs.summary) (proc_cfg: ProcCfg.Exce
(* use existing pre's (in recursion some might exist) as starting points *)
let init_props_from_pres =
let specs = Specs.get_specs_from_payload summary in
(* rename spec vars to footrpint vars, and copy current to footprint *)
(* rename spec vars to footprint vars, and copy current to footprint *)
let mk_init precondition =
initial_prop_from_pre tenv pdesc (Specs.Jprop.to_prop precondition)
in

Loading…
Cancel
Save