aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorDmitry Petrashko <dark@d-d.me>2016-03-04 23:52:48 +0100
committerDmitry Petrashko <dark@d-d.me>2016-03-04 23:52:48 +0100
commita50926701ef5171779aa025d2d307751d166cabe (patch)
tree3504781b16b133544752b52ef11338097379d6e4 /test
parent6f82c225625916f9c855be1470faaa8e73093e5a (diff)
parent902479264127c7aa9f478e1145ad0e037bf83665 (diff)
downloaddotty-a50926701ef5171779aa025d2d307751d166cabe.tar.gz
dotty-a50926701ef5171779aa025d2d307751d166cabe.tar.bz2
dotty-a50926701ef5171779aa025d2d307751d166cabe.zip
Merge pull request #1126 from sjrd/scalajs
Initial infrastructure and hello world for the Scala.js back-end.
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
}
/*