Fix build

This commit is contained in:
Nikolay Krasko
2015-11-04 11:50:25 +03:00
parent e10f7fb464
commit a614dfd90c
2 changed files with 3 additions and 3 deletions
@@ -4591,7 +4591,7 @@ public class DiagnosticsTestGenerated extends AbstractDiagnosticsTest {
@TestMetadata("manyIncompleteCandidates.kt")
public void testManyIncompleteCandidates() throws Exception {
String fileName = JetTestUtils.navigationMetadata("compiler/testData/diagnostics/tests/delegatedProperty/inference/manyIncompleteCandidates.kt");
String fileName = KotlinTestUtils.navigationMetadata("compiler/testData/diagnostics/tests/delegatedProperty/inference/manyIncompleteCandidates.kt");
doTest(fileName);
}