summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorAdriaan Moors <adriaan.moors@typesafe.com>2016-06-28 18:01:14 -0700
committerAdriaan Moors <adriaan.moors@typesafe.com>2016-06-28 23:09:38 -0700
commitd8c862b225cc7936e475419abaabb07226fea568 (patch)
tree36ef9af07fc6b2296e678459525bee3f4f55e861 /test
parent9901daf6dcd78fb0a5b359d1c9549114ce23aa0c (diff)
downloadscala-d8c862b225cc7936e475419abaabb07226fea568.tar.gz
scala-d8c862b225cc7936e475419abaabb07226fea568.tar.bz2
scala-d8c862b225cc7936e475419abaabb07226fea568.zip
Use 2.12.0-M4-9901daf as STARR (see #5152)
This commit switches to using 2.12.0-M3-dc9effe as STARR, so that we can switch to the new trait encoding where each concrete trait member gets a a static member, which has the actual implementation (as well as serving as a target for for super calls using invokestatic), and a default member (forwards to the static member). Also bump partest to 1.0.17 -- the release that goes with the in-sourcing of scalacheck. Replace a few more -Yopt with -opt (for our new STARR)
Diffstat (limited to 'test')
-rw-r--r--test/benchmarks/build.sbt2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/benchmarks/build.sbt b/test/benchmarks/build.sbt
index 31cee701ad..fb05fb2c99 100644
--- a/test/benchmarks/build.sbt
+++ b/test/benchmarks/build.sbt
@@ -1,6 +1,6 @@
scalaHome := Some(file("../../build/pack"))
scalaVersion := "2.12.0-dev"
-scalacOptions ++= Seq("-feature", "-Yopt:l:classpath")
+scalacOptions ++= Seq("-feature", "-opt:l:classpath")
lazy val root = (project in file(".")).
enablePlugins(JmhPlugin).