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

[aorai] fix pretty-printing of intermediate file in Aorai_test

parent 92480bd5
No related branches found
No related tags found
No related merge requests found
......@@ -92,7 +92,9 @@ let extend () =
in
let chan = open_out tmpfile in
let fmt = Format.formatter_of_out_channel chan in
File.pretty_ast ~prj:(Project.from_unique_name "aorai") ~fmt ();
let aorai_prj = Project.from_unique_name "aorai" in
Project.on aorai_prj Kernel.PrintLibc.on ();
File.pretty_ast ~prj:aorai_prj ~fmt ();
close_out chan;
let selection =
State_selection.of_list [ InternalWpShare.self; ProveAuxSpec.self ]
......
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