aboutsummaryrefslogtreecommitdiff
path: root/test/test/DottyTest.scala
diff options
context:
space:
mode:
authorGuillaume Martres <smarter@ubuntu.com>2016-02-03 20:51:22 +0100
committerGuillaume Martres <smarter@ubuntu.com>2016-02-04 23:18:21 +0100
commitf926c8c14a7b48f2c0f3da680c69881ddfb9bf46 (patch)
tree15101b39ce16171f180f3dccf708b42c173d9115 /test/test/DottyTest.scala
parentd6a52eec2221101973c6b28f54aa20319f0e8b6f (diff)
downloaddotty-f926c8c14a7b48f2c0f3da680c69881ddfb9bf46.tar.gz
dotty-f926c8c14a7b48f2c0f3da680c69881ddfb9bf46.tar.bz2
dotty-f926c8c14a7b48f2c0f3da680c69881ddfb9bf46.zip
Remove useless options in tests
- Removed "-Xprint-types", it is only rarely needed and makes it very hard to read trees, enable it yourself if you need it. - Removed "-Ylog:<some", this does not seem to have any effect currently. - Removed "-pagewidth 90", this is overloaded in tests.scala to 160 anyway.
Diffstat (limited to 'test/test/DottyTest.scala')
-rw-r--r--test/test/DottyTest.scala11
1 files changed, 0 insertions, 11 deletions
diff --git a/test/test/DottyTest.scala b/test/test/DottyTest.scala
index fc9cff782..4664605d1 100644
--- a/test/test/DottyTest.scala
+++ b/test/test/DottyTest.scala
@@ -22,17 +22,6 @@ class DottyTest /*extends ContextEscapeDetection*/ {
val base = new ContextBase
import base.settings._
val ctx = base.initialCtx.fresh
- //.setSetting(verbose, true)
- // .withSetting(debug, true)
- // .withSetting(debugTrace, true)
- // .withSetting(prompt, true)
- //.setSetting(Ylogcp, true)
- //.setSetting(printtypes, true)
- .setSetting(pageWidth, 90)
- .setSetting(log, List("<some"))
- // .withTyperState(new TyperState(new ConsoleReporter()(base.initialCtx)))
-
- // .withSetting(uniqid, true)
base.definitions.init(ctx)
ctx
}