aboutsummaryrefslogtreecommitdiff
path: root/compiler/test/dotc/tests.scala
diff options
context:
space:
mode:
authorGuillaume Martres <smarter@ubuntu.com>2016-11-29 20:08:23 +0100
committerGuillaume Martres <smarter@ubuntu.com>2017-01-28 19:12:16 +0100
commitd71be28057621750f1ccb168f538c6d942935cac (patch)
tree444067f87857377eec3a93c368bb3177ce00d23d /compiler/test/dotc/tests.scala
parentadc370df8a584096467ba567c0b75d7cec36fd81 (diff)
downloaddotty-d71be28057621750f1ccb168f538c6d942935cac.tar.gz
dotty-d71be28057621750f1ccb168f538c6d942935cac.tar.bz2
dotty-d71be28057621750f1ccb168f538c6d942935cac.zip
Fix some dotty compilation errors
Diffstat (limited to 'compiler/test/dotc/tests.scala')
-rw-r--r--compiler/test/dotc/tests.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/test/dotc/tests.scala b/compiler/test/dotc/tests.scala
index 608132bca..6ef6bb741 100644
--- a/compiler/test/dotc/tests.scala
+++ b/compiler/test/dotc/tests.scala
@@ -61,7 +61,7 @@ class tests extends CompilerTest {
List("-classpath", paths)
}
- implicit val defaultOptions = noCheckOptions ++ {
+ implicit val defaultOptions: List[String] = noCheckOptions ++ {
if (isRunByJenkins) List("-Ycheck:tailrec,resolveSuper,mixin,restoreScopes,labelDef") // should be Ycheck:all, but #725
else List("-Ycheck:tailrec,resolveSuper,mixin,restoreScopes,labelDef")
} ++ checkOptions ++ classPath