aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorSébastien Doeraene <sjrdoeraene@gmail.com>2016-02-29 12:48:06 +0100
committerSébastien Doeraene <sjrdoeraene@gmail.com>2016-03-01 15:47:56 +0100
commit18505cb2061235dba1b064b9379164e2a48254a6 (patch)
treea207c35b7610f2ecfa1b3b2d76c8d0041f596fe8 /test
parentcd4004a82d9713bbb0b120aba83b3ed8fc9f1372 (diff)
downloaddotty-18505cb2061235dba1b064b9379164e2a48254a6.tar.gz
dotty-18505cb2061235dba1b064b9379164e2a48254a6.tar.bz2
dotty-18505cb2061235dba1b064b9379164e2a48254a6.zip
Store the JSDefinitions in a custom platform SJSPlatform.
This required the ability to instantiate a different `Platform` depending on settings, which, in turn, required to defer the initialization of `ContextBase.platform`.
Diffstat (limited to 'test')
-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 4664605d1..77642561a 100644
--- a/test/test/DottyTest.scala
+++ b/test/test/DottyTest.scala
@@ -22,7 +22,7 @@ class DottyTest /*extends ContextEscapeDetection*/ {
val base = new ContextBase
import base.settings._
val ctx = base.initialCtx.fresh
- base.definitions.init(ctx)
+ base.initialize()(ctx)
ctx
}
/*