aboutsummaryrefslogtreecommitdiff
path: root/src/dotty/tools/dotc/config/Printers.scala
diff options
context:
space:
mode:
authorDmitry Petrashko <dmitry.petrashko@gmail.com>2014-09-23 16:04:41 +0200
committerDmitry Petrashko <dmitry.petrashko@gmail.com>2014-09-23 16:04:41 +0200
commit23064fce9629fdf001c3138fcd8c87ba4a398a37 (patch)
tree4fc63d901b333ed7e8b6b1aee5d7f083568bec03 /src/dotty/tools/dotc/config/Printers.scala
parente2a130a32e8ec67bfc834f93ed44490bc9a83399 (diff)
downloaddotty-23064fce9629fdf001c3138fcd8c87ba4a398a37.tar.gz
dotty-23064fce9629fdf001c3138fcd8c87ba4a398a37.tar.bz2
dotty-23064fce9629fdf001c3138fcd8c87ba4a398a37.zip
Patmat now succeeds tests.
@odersky there are some tests disabled, which failed due to other phases being able to transform more code.
Diffstat (limited to 'src/dotty/tools/dotc/config/Printers.scala')
-rw-r--r--src/dotty/tools/dotc/config/Printers.scala4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/dotty/tools/dotc/config/Printers.scala b/src/dotty/tools/dotc/config/Printers.scala
index be91455ad..3926be59b 100644
--- a/src/dotty/tools/dotc/config/Printers.scala
+++ b/src/dotty/tools/dotc/config/Printers.scala
@@ -12,13 +12,13 @@ object Printers {
val default: Printer = new Printer
val core: Printer = noPrinter
- val typr: Printer = new Printer
+ val typr: Printer = noPrinter
val constr: Printer = noPrinter
val checks: Printer = noPrinter
val overload: Printer = noPrinter
val implicits: Printer = noPrinter
val implicitsDetailed: Printer = noPrinter
- val subtyping: Printer = new Printer
+ val subtyping: Printer = noPrinter
val unapp: Printer = noPrinter
val completions = noPrinter
val gadts = noPrinter