Skip to content
Snippets Groups Projects
Commit 9481ee66 authored by Andre Maroneze's avatar Andre Maroneze
Browse files

use sorted iterator to stabilize tests

parent 9c1a7f2f
No related branches found
No related tags found
No related merge requests found
......@@ -211,7 +211,7 @@ class e_acsl_visitor prj generate = object (self)
let return =
Cil.mkStmt ~valid_sid:true (Return(None, Location.unknown)) in
(* Generate init statements for temporal analysis *)
let tinit_stmts = Varinfo.Hashtbl.fold
let tinit_stmts = Varinfo.Hashtbl.fold_sorted
(fun vi (off, init) acc ->
match init with
| Some init ->
......
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