Skip to content

Commit

Permalink
disable consistency checks for markus
Browse files Browse the repository at this point in the history
  • Loading branch information
Dspil committed Sep 12, 2023
1 parent c9a6800 commit e83b7b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/scala/Silicon.scala
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ class Silicon(val reporter: Reporter, private var debugInfo: Seq[(String, Any)]
MultiRunRecorders.source = inputFile

// TODO: Check consistency of cfgs.
val consistencyErrors = utils.consistency.check(program)
//val consistencyErrors = utils.consistency.check(program)

if (consistencyErrors.nonEmpty) {
SilFailure(consistencyErrors)
Expand Down

0 comments on commit e83b7b8

Please sign in to comment.