New J2K: do not print debug info in inference tests
This commit is contained in:
+1
-2
@@ -50,8 +50,7 @@ abstract class AbstractMutabilityInferenceTest : AbstractConstraintCollectorTest
|
||||
MutabilityBoundTypeCalculator(resolutionFacade, typeEnhancer),
|
||||
MutabilityStateUpdater(),
|
||||
MutabilityDefaultStateProvider(),
|
||||
renderDebugTypes = true,
|
||||
printDebugConstraints = true
|
||||
renderDebugTypes = true
|
||||
)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user