Minor, fix typo in comment

This commit is contained in:
Alexander Udalov
2017-02-13 14:07:25 +03:00
parent 407815449a
commit 9397b16bb9
@@ -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;