aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--test/test/DottyTest.scala4
1 files changed, 4 insertions, 0 deletions
diff --git a/test/test/DottyTest.scala b/test/test/DottyTest.scala
index 6f083dc71..15dc1910f 100644
--- a/test/test/DottyTest.scala
+++ b/test/test/DottyTest.scala
@@ -11,6 +11,8 @@ import org.junit.Test
class DottyTest {
+ dotty.tools.dotc.parsing.Scanners // initialize keywords
+
implicit val ctx: Context = {
val base = Context.theBase
import base.settings._
@@ -18,6 +20,8 @@ class DottyTest {
.withSetting(verbose, true)
// .withSetting(debug, true)
// .withSetting(debugTrace, true)
+// .withSetting(prompt, true)
+ .withSetting(nowarn, true)
.withSetting(Ylogcp, true)
.withSetting(printtypes, true)
.withSetting(pageWidth, 90)