From 53e5aa43643f78d1db9798d3b2297c5dacffca81 Mon Sep 17 00:00:00 2001 From: Dmitriy Novozhilov Date: Tue, 19 Jan 2021 13:24:32 +0300 Subject: [PATCH] [Test] Don't use PSI based class reading in codegen BB tests #KT-34826 is rela ted --- .../kotlin/test/runners/codegen/BaseCodegenConfiguration.kt | 1 - 1 file changed, 1 deletion(-) diff --git a/compiler/tests-common-new/tests/org/jetbrains/kotlin/test/runners/codegen/BaseCodegenConfiguration.kt b/compiler/tests-common-new/tests/org/jetbrains/kotlin/test/runners/codegen/BaseCodegenConfiguration.kt index d80e83e5a50..f40dd562709 100644 --- a/compiler/tests-common-new/tests/org/jetbrains/kotlin/test/runners/codegen/BaseCodegenConfiguration.kt +++ b/compiler/tests-common-new/tests/org/jetbrains/kotlin/test/runners/codegen/BaseCodegenConfiguration.kt @@ -32,7 +32,6 @@ fun > TestConfigurationBuilder.commonCon } defaultDirectives { - +USE_PSI_CLASS_FILES_READING +RUN_DEX_CHECKER }