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),
|
MutabilityBoundTypeCalculator(resolutionFacade, typeEnhancer),
|
||||||
MutabilityStateUpdater(),
|
MutabilityStateUpdater(),
|
||||||
MutabilityDefaultStateProvider(),
|
MutabilityDefaultStateProvider(),
|
||||||
renderDebugTypes = true,
|
renderDebugTypes = true
|
||||||
printDebugConstraints = true
|
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user