Skip to content
Snippets Groups Projects
Commit 12bea6eb authored by Etienne Kneuss's avatar Etienne Kneuss
Browse files

This assertion is not always valid

parent 59e6fe6f
Branches
Tags
No related merge requests found
......@@ -89,8 +89,6 @@ class SimpleTerminationChecker(context : LeonContext, program : Program) extends
val callsToAnalyze = callsOfInterest(funDef.body) ++ callsOfInterest(funDef.precondition) ++ callsOfInterest(funDef.postcondition.map(_._2))
assert(!callsToAnalyze.isEmpty)
val funDefArgsIDs = funDef.args.map(_.id).toSet
if(callsToAnalyze.forall { fi =>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment