Renamed data -> testData in integration-tests.
This commit is contained in:
@@ -57,7 +57,7 @@ public abstract class KotlinIntegrationTestBase {
|
|||||||
@Override
|
@Override
|
||||||
protected void starting(Description description) {
|
protected void starting(Description description) {
|
||||||
final File baseTestDataDir =
|
final File baseTestDataDir =
|
||||||
new File(getKotlinProjectHome(), "compiler" + File.separator + "integration-tests" + File.separator + "data");
|
new File(getKotlinProjectHome(), "compiler" + File.separator + "integration-tests" + File.separator + "testData");
|
||||||
testDataDir = new File(baseTestDataDir, description.getMethodName());
|
testDataDir = new File(baseTestDataDir, description.getMethodName());
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user