New J2K: do not print debug info in inference tests

This commit is contained in:
Ilya Kirillov
2019-09-27 23:29:32 +03:00
parent aaf05d5eb2
commit 95f69a9b58
@@ -50,8 +50,7 @@ abstract class AbstractMutabilityInferenceTest : AbstractConstraintCollectorTest
MutabilityBoundTypeCalculator(resolutionFacade, typeEnhancer),
MutabilityStateUpdater(),
MutabilityDefaultStateProvider(),
renderDebugTypes = true,
printDebugConstraints = true
renderDebugTypes = true
)
}