Skip to content

Commit 5cd998f

Browse files
oderskyallanrenucci
authored andcommitted
Reclassify tests
Since we don't support rewrite matches and implicit matches in their current form, some tests need to be reclassified. They are moved to invalid. Maybe we can bring them back later as staging tests.
1 parent f68e3be commit 5cd998f

18 files changed

+18
-329
lines changed

compiler/src/dotty/tools/dotc/config/Config.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ object Config {
161161
final val showCompletions = false
162162

163163
/** If set, enables tracing */
164-
final val tracingEnabled = false
164+
final val tracingEnabled = true
165165

166166
/** Initial capacity of uniques HashMap.
167167
* Note: This MUST BE a power of two to work with util.HashSet
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)