Minor, rename jet -> kotlin in control flow test system property

This commit is contained in:
Alexander Udalov
2015-01-09 21:41:17 +03:00
parent 378d04e301
commit cb649dd204
@@ -77,7 +77,7 @@ public abstract class AbstractPseudocodeTest extends KotlinTestWithEnvironment {
throw new RuntimeException(e);
}
finally {
if ("true".equals(System.getProperty("jet.control.flow.test.dump.graphs"))) {
if ("true".equals(System.getProperty("kotlin.control.flow.test.dump.graphs"))) {
CFGraphToDotFilePrinter.dumpDot(file, data.values());
}
}