aboutsummaryrefslogtreecommitdiff
path: root/test/test/DottyTest.scala
diff options
context:
space:
mode:
authorMartin Odersky <odersky@gmail.com>2013-05-13 18:55:36 +0200
committerMartin Odersky <odersky@gmail.com>2013-05-13 18:55:36 +0200
commitb866c49bde62ee8ee52358dee746db64741b5891 (patch)
treeb4f4473887d04fd4d29dd83141b5de88f56444cc /test/test/DottyTest.scala
parent9ba33cb09d684eb5b5ea10379e801ebc7de135ba (diff)
downloaddotty-b866c49bde62ee8ee52358dee746db64741b5891.tar.gz
dotty-b866c49bde62ee8ee52358dee746db64741b5891.tar.bz2
dotty-b866c49bde62ee8ee52358dee746db64741b5891.zip
New parser tests
… which take some statistics. So far (on a Macbook pro): code base tested = scala/src + dotty/src lines: 290'000 nodes created: ~1'004'000 parse times + tree building times after 10 iterations: 700-750ms, i.e. ~ 400Klines/sec full transform of 1M nodes without tree copying: ~50ms full transform with full copying: 150-200ms
Diffstat (limited to 'test/test/DottyTest.scala')
-rw-r--r--test/test/DottyTest.scala1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/test/DottyTest.scala b/test/test/DottyTest.scala
index 15dc1910f..28bc59b28 100644
--- a/test/test/DottyTest.scala
+++ b/test/test/DottyTest.scala
@@ -21,7 +21,6 @@ class DottyTest {
// .withSetting(debug, true)
// .withSetting(debugTrace, true)
// .withSetting(prompt, true)
- .withSetting(nowarn, true)
.withSetting(Ylogcp, true)
.withSetting(printtypes, true)
.withSetting(pageWidth, 90)