aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
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
}
/*