Skip to content
Snippets Groups Projects
Commit 830e9713 authored by Manos Koukoutos's avatar Manos Koukoutos
Browse files

Tiny fixes

parent 16661918
No related branches found
No related tags found
No related merge requests found
......@@ -3,7 +3,6 @@
package leon
import leon.utils._
import leon.verification.VerificationReport
object Main {
......@@ -31,7 +30,8 @@ object Main {
invariant.engine.InferInvariantsPhase,
laziness.LazinessEliminationPhase,
genc.GenerateCPhase,
genc.CFileOutputPhase)
genc.CFileOutputPhase
)
}
// Add whatever you need here.
......
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