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

Test should call FunctionClosure

parent d4967adb
No related branches found
No related tags found
No related merge requests found
......@@ -4,7 +4,7 @@ package leon.test
import leon._
import leon.purescala.Definitions.Program
import leon.LeonContext
import leon.purescala.FunctionClosure
import leon.utils._
import leon.frontends.scalac.ExtractionPhase
......@@ -23,7 +23,8 @@ trait LeonTestSuiteWithProgram extends fixture.FunSuite {
val pipeline =
TemporaryInputPhase andThen
ExtractionPhase andThen
PreprocessingPhase
PreprocessingPhase andThen
new FunctionClosure
val sources: List[String]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment