Skip to content

Commit

Permalink
Move LoopTermination in Goblint_lib to analyses/other section.
Browse files Browse the repository at this point in the history
  • Loading branch information
jerhard committed Nov 15, 2023
1 parent cbe4ad0 commit a466650
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/goblint_lib.ml
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,6 @@ module RelationPriv = RelationPriv
module ThreadEscape = ThreadEscape
module PthreadSignals = PthreadSignals
module ExtractPthread = ExtractPthread
module LoopTermination = LoopTermination

(** {2 Longjmp}
Expand All @@ -149,6 +148,7 @@ module UnitAnalysis = UnitAnalysis

module Assert = Assert
module FileUse = FileUse
module LoopTermination = LoopTermination
module Uninit = Uninit
module Expsplit = Expsplit
module StackTrace = StackTrace
Expand Down

0 comments on commit a466650

Please sign in to comment.