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 {
|
||||
doTest(PATH + "/" + getTestName(false) + ".txt",
|
||||
PATH + "/" + getTestName(false) + ".java");
|
||||
doTest(PATH + "/" + getTestName(true) + ".txt",
|
||||
PATH + "/" + getTestName(true) + ".java");
|
||||
}
|
||||
|
||||
//TODO: move to LoadJavaTestGenerated when possible
|
||||
|
||||
Reference in New Issue
Block a user