diff --git a/compiler/tests-common/org/jetbrains/kotlin/codegen/AbstractBlackBoxCodegenTest.java b/compiler/tests-common/org/jetbrains/kotlin/codegen/AbstractBlackBoxCodegenTest.java index 66c2859202f..13dfb4b17a2 100644 --- a/compiler/tests-common/org/jetbrains/kotlin/codegen/AbstractBlackBoxCodegenTest.java +++ b/compiler/tests-common/org/jetbrains/kotlin/codegen/AbstractBlackBoxCodegenTest.java @@ -43,7 +43,7 @@ import java.util.ArrayList; import java.util.List; public abstract class AbstractBlackBoxCodegenTest extends CodegenTestCase { - // Set to 'false' to speed up black box tests locally + // Set to 'true' to speed up black box tests locally private static final boolean SKIP_LIGHT_ANALYSIS_MODE_TESTS = false; private boolean addRuntime = false;