From 9397b16bb93784b02d16d66c090619706bcc1b8a Mon Sep 17 00:00:00 2001 From: Alexander Udalov Date: Mon, 13 Feb 2017 14:07:25 +0300 Subject: [PATCH] Minor, fix typo in comment --- .../jetbrains/kotlin/codegen/AbstractBlackBoxCodegenTest.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;