From 95f69a9b580957416bec42bb4ee065bf5ce32f30 Mon Sep 17 00:00:00 2001 From: Ilya Kirillov Date: Fri, 27 Sep 2019 23:29:32 +0300 Subject: [PATCH] New J2K: do not print debug info in inference tests --- .../inference/mutability/AbstractMutabilityInferenceTest.kt | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/nj2k/tests/org/jetbrains/kotlin/nj2k/inference/mutability/AbstractMutabilityInferenceTest.kt b/nj2k/tests/org/jetbrains/kotlin/nj2k/inference/mutability/AbstractMutabilityInferenceTest.kt index ec64ebbe081..d9d89435aaf 100644 --- a/nj2k/tests/org/jetbrains/kotlin/nj2k/inference/mutability/AbstractMutabilityInferenceTest.kt +++ b/nj2k/tests/org/jetbrains/kotlin/nj2k/inference/mutability/AbstractMutabilityInferenceTest.kt @@ -50,8 +50,7 @@ abstract class AbstractMutabilityInferenceTest : AbstractConstraintCollectorTest MutabilityBoundTypeCalculator(resolutionFacade, typeEnhancer), MutabilityStateUpdater(), MutabilityDefaultStateProvider(), - renderDebugTypes = true, - printDebugConstraints = true + renderDebugTypes = true ) }