Skip to content
Snippets Groups Projects
Commit 414814ae authored by Virgile Prevosto's avatar Virgile Prevosto
Browse files

[tests] fix wp-qualif ml script

parent 674a3ef2
No related branches found
No related tags found
No related merge requests found
......@@ -54,7 +54,8 @@ let run () =
pred_content = Cil_types.Ptrue;
}
in
let annot = Logic_const.new_code_annotation (AAssert ([],Assert,pred)) in
let pred = Logic_const.toplevel_predicate pred in
let annot = Logic_const.new_code_annotation (AAssert ([],pred)) in
let po = Wpo.{
po_gid = "";
po_leg = "";
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment