Try to fix build.
Expect files to start with lowercase letter in LoadJavaCustomTest#doSimpleTest().
This commit is contained in:
@@ -80,8 +80,8 @@ public final class LoadJavaCustomTest extends KotlinTestWithEnvironment {
|
|||||||
}
|
}
|
||||||
|
|
||||||
private void doSimpleTest() throws Exception {
|
private void doSimpleTest() throws Exception {
|
||||||
doTest(PATH + "/" + getTestName(false) + ".txt",
|
doTest(PATH + "/" + getTestName(true) + ".txt",
|
||||||
PATH + "/" + getTestName(false) + ".java");
|
PATH + "/" + getTestName(true) + ".java");
|
||||||
}
|
}
|
||||||
|
|
||||||
//TODO: move to LoadJavaTestGenerated when possible
|
//TODO: move to LoadJavaTestGenerated when possible
|
||||||
|
|||||||
Reference in New Issue
Block a user