Minor, rename jet -> kotlin in control flow test system property
This commit is contained in:
@@ -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());
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user