aboutsummaryrefslogtreecommitdiff
path: root/test/dotc/tests.scala
diff options
context:
space:
mode:
authorMartin Odersky <odersky@gmail.com>2014-11-08 18:45:17 +0100
committerMartin Odersky <odersky@gmail.com>2014-11-09 19:09:52 +0100
commit60803fa016987e05ebb2e2c80ba84d04aafc6ef3 (patch)
tree23ec2f601186129a6359c90dda8b21ebe91e0edd /test/dotc/tests.scala
parentb07c30b09851334c40298725daa5503e97ae305a (diff)
downloaddotty-60803fa016987e05ebb2e2c80ba84d04aafc6ef3.tar.gz
dotty-60803fa016987e05ebb2e2c80ba84d04aafc6ef3.tar.bz2
dotty-60803fa016987e05ebb2e2c80ba84d04aafc6ef3.zip
Merge memoize with miniphases following it into one group.
Diffstat (limited to 'test/dotc/tests.scala')
-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 2b0d7eb08..5cce45e21 100644
--- a/test/dotc/tests.scala
+++ b/test/dotc/tests.scala
@@ -15,7 +15,7 @@ class tests extends CompilerTest {
implicit val defaultOptions = noCheckOptions ++ List(
"-Yno-deep-subtypes",
- "-Ycheck:patternMatcher,mixin,gettersSetters,restoreScopes"
+ "-Ycheck:resolveSuper,mixin,restoreScopes"
)
val twice = List("#runs", "2", "-YnoDoubleBindings")