Skip to content

Commit

Permalink
Restore apronAnalysis.apron.ml
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexander Schlenga committed Jun 29, 2023
1 parent 529d70e commit b7c6ec5
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/analyses/apron/apronAnalysis.apron.ml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ open Analyses

include RelationAnalysis


let spec_module: (module MCPSpec) Lazy.t =
lazy (
let module Man = (val ApronDomain.get_manager ()) in
Expand Down Expand Up @@ -35,8 +34,7 @@ let get_spec (): (module MCPSpec) =
let after_config () =
let module Spec = (val get_spec ()) in
MCP.register_analysis (module Spec : MCPSpec);
GobConfig.set_string "ana.path_sens[+]" (Spec.name ())

GobConfig.set_string "ana.path_sens[+]" (Spec.name ())

let _ =
AfterConfig.register after_config
Expand Down

0 comments on commit b7c6ec5

Please sign in to comment.