aboutsummaryrefslogtreecommitdiff
path: root/test/test/DottyTest.scala
diff options
context:
space:
mode:
authorMartin Odersky <odersky@gmail.com>2013-08-12 16:24:43 +0200
committerMartin Odersky <odersky@gmail.com>2013-08-12 16:24:43 +0200
commit34317c162e9d79729e57d22bb167f420e948da8f (patch)
tree6a3ff884020f14e7507f45de9d88240cf687ea2d /test/test/DottyTest.scala
parent775b2a1857290f5e83036148dbbfcdc3a29a12d2 (diff)
downloaddotty-34317c162e9d79729e57d22bb167f420e948da8f.tar.gz
dotty-34317c162e9d79729e57d22bb167f420e948da8f.tar.bz2
dotty-34317c162e9d79729e57d22bb167f420e948da8f.zip
Added main runner and driver.
Left dummies for Compiler and Run.
Diffstat (limited to 'test/test/DottyTest.scala')
-rw-r--r--test/test/DottyTest.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test/DottyTest.scala b/test/test/DottyTest.scala
index 3121909e4..98da7bf0e 100644
--- a/test/test/DottyTest.scala
+++ b/test/test/DottyTest.scala
@@ -13,7 +13,7 @@ class DottyTest {
dotty.tools.dotc.parsing.Scanners // initialize keywords
implicit val ctx: Context = {
- val base = Context.theBase
+ val base = new ContextBase
import base.settings._
val ctx = base.initialCtx.fresh
.withSetting(verbose, true)