aboutsummaryrefslogtreecommitdiff
path: root/test/test/DottyTest.scala
diff options
context:
space:
mode:
authorMartin Odersky <odersky@gmail.com>2015-03-07 15:38:08 +0100
committerDmitry Petrashko <dmitry.petrashko@gmail.com>2015-03-18 11:14:16 +0100
commit2863af2b89af3ac34ebe9374d68b4018fe82edfd (patch)
treee59fc32d1bf0628ef976913b690931026bac0e29 /test/test/DottyTest.scala
parent52c586f10a0e60deffb3a48f2a3e23f268e1dfb1 (diff)
downloaddotty-2863af2b89af3ac34ebe9374d68b4018fe82edfd.tar.gz
dotty-2863af2b89af3ac34ebe9374d68b4018fe82edfd.tar.bz2
dotty-2863af2b89af3ac34ebe9374d68b4018fe82edfd.zip
Avoid print-types being on by default in testing
Diffstat (limited to 'test/test/DottyTest.scala')
-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 21eebd660..fc9cff782 100644
--- a/test/test/DottyTest.scala
+++ b/test/test/DottyTest.scala
@@ -27,7 +27,7 @@ class DottyTest /*extends ContextEscapeDetection*/ {
// .withSetting(debugTrace, true)
// .withSetting(prompt, true)
//.setSetting(Ylogcp, true)
- .setSetting(printtypes, true)
+ //.setSetting(printtypes, true)
.setSetting(pageWidth, 90)
.setSetting(log, List("<some"))
// .withTyperState(new TyperState(new ConsoleReporter()(base.initialCtx)))