Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
I
inox
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
LARA
inox
Commits
a2d74af8
Commit
a2d74af8
authored
9 years ago
by
Manos Koukoutos
Browse files
Options
Downloads
Patches
Plain Diff
Test should call FunctionClosure
parent
d4967adb
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/test/scala/leon/test/LeonTestSuiteWithProgram.scala
+3
-2
3 additions, 2 deletions
src/test/scala/leon/test/LeonTestSuiteWithProgram.scala
with
3 additions
and
2 deletions
src/test/scala/leon/test/LeonTestSuiteWithProgram.scala
+
3
−
2
View file @
a2d74af8
...
@@ -4,7 +4,7 @@ package leon.test
...
@@ -4,7 +4,7 @@ package leon.test
import
leon._
import
leon._
import
leon.purescala.Definitions.Program
import
leon.purescala.Definitions.Program
import
leon.
LeonContext
import
leon.
purescala.FunctionClosure
import
leon.utils._
import
leon.utils._
import
leon.frontends.scalac.ExtractionPhase
import
leon.frontends.scalac.ExtractionPhase
...
@@ -23,7 +23,8 @@ trait LeonTestSuiteWithProgram extends fixture.FunSuite {
...
@@ -23,7 +23,8 @@ trait LeonTestSuiteWithProgram extends fixture.FunSuite {
val
pipeline
=
val
pipeline
=
TemporaryInputPhase
andThen
TemporaryInputPhase
andThen
ExtractionPhase
andThen
ExtractionPhase
andThen
PreprocessingPhase
PreprocessingPhase
andThen
new
FunctionClosure
val
sources
:
List
[
String
]
val
sources
:
List
[
String
]
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment