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

well well well

parent de1416e8
No related branches found
No related tags found
No related merge requests found
...@@ -4,7 +4,7 @@ version := "2.3" ...@@ -4,7 +4,7 @@ version := "2.3"
organization := "ch.epfl.lara" organization := "ch.epfl.lara"
scalaVersion := "2.11.1" scalaVersion := "2.11.2"
scalacOptions ++= Seq( scalacOptions ++= Seq(
"-deprecation", "-deprecation",
...@@ -23,7 +23,7 @@ if(System.getProperty("sun.arch.data.model") == "64") { ...@@ -23,7 +23,7 @@ if(System.getProperty("sun.arch.data.model") == "64") {
resolvers += "Typesafe Repository" at "http://repo.typesafe.com/typesafe/releases/" resolvers += "Typesafe Repository" at "http://repo.typesafe.com/typesafe/releases/"
libraryDependencies ++= Seq( libraryDependencies ++= Seq(
"org.scala-lang" % "scala-compiler" % "2.11.1", "org.scala-lang" % "scala-compiler" % "2.11.2",
"org.scalatest" %% "scalatest" % "2.2.0" % "test", "org.scalatest" %% "scalatest" % "2.2.0" % "test",
"com.typesafe.akka" %% "akka-actor" % "2.3.4" "com.typesafe.akka" %% "akka-actor" % "2.3.4"
) )
......
...@@ -20,8 +20,8 @@ class PureScalaVerificationRegression extends LeonTestSuite { ...@@ -20,8 +20,8 @@ class PureScalaVerificationRegression extends LeonTestSuite {
private case class Output(report : VerificationReport, reporter : Reporter) private case class Output(report : VerificationReport, reporter : Reporter)
private def mkPipeline : Pipeline[List[String], VerificationReport] = private def mkPipeline : Pipeline[List[String], VerificationReport] =
ExtractionPhase andThen ExtractionPhase andThen
PreprocessingPhase andThen PreprocessingPhase andThen
AnalysisPhase AnalysisPhase
private def mkTest(file : File, leonOptions : Seq[LeonOption], forError: Boolean)(block: Output=>Unit) = { private def mkTest(file : File, leonOptions : Seq[LeonOption], forError: Boolean)(block: Output=>Unit) = {
......
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