aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorMartin Odersky <odersky@gmail.com>2014-08-11 11:13:56 +0200
committerMartin Odersky <odersky@gmail.com>2014-08-11 12:07:29 +0200
commitce535898e6f9758840db4da7cbc18a57e632a26a (patch)
tree4467dd93dfecfae27ffe1311f081469c5024a96f /test
parentab63413f2cbd82111aa33e625d22f7e9924776eb (diff)
downloaddotty-ce535898e6f9758840db4da7cbc18a57e632a26a.tar.gz
dotty-ce535898e6f9758840db4da7cbc18a57e632a26a.tar.bz2
dotty-ce535898e6f9758840db4da7cbc18a57e632a26a.zip
Add SyntheticMethods miniphase
New phase for Synthetic Method generation. Scala 2.x did it in Typer, but it's cleaner to do it in a separate phase.
Diffstat (limited to 'test')
-rw-r--r--test/dotc/tests.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/dotc/tests.scala b/test/dotc/tests.scala
index 8bbe30ad8..6035b661a 100644
--- a/test/dotc/tests.scala
+++ b/test/dotc/tests.scala
@@ -14,7 +14,7 @@ class tests extends CompilerTest {
"-pagewidth", "160")
implicit val defaultOptions = noCheckOptions ++ List(
- "-Ycheck:tailrec"
+ "-Ycheck:synthetic,tailrec"
)
val twice = List("#runs", "2", "-YnoDoubleBindings")